Skip to content

Commit c1fea41

Browse files
committed
CI: fix some paths
1 parent 056d446 commit c1fea41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_kernel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: docker/build-push-action@v6
9696
with:
9797
context: .
98-
file: tests/Dockerfile.test-kernel
98+
file: builder/tests/Dockerfile.test-kernel
9999
platforms: linux/amd64
100100
load: true
101101
push: false

.github/workflows/build_kernel_rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# For now we only test that there are no regressions in building ROCm
3232
# kernels. Also run tests once we have a ROCm runner.
3333
- name: Build relu kernel
34-
run: ( cd buidler/examples/relu && nix build .\#redistributable.torch29-cxx11-rocm63-x86_64-linux -L )
34+
run: ( cd builder/examples/relu && nix build .\#redistributable.torch29-cxx11-rocm63-x86_64-linux -L )
3535

3636
- name: Build relu kernel (compiler flags)
3737
run: ( cd builder/examples/relu-compiler-flags && nix build .\#redistributable.torch29-cxx11-rocm63-x86_64-linux )

builder/tests/Dockerfile.test-kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ COPY examples/relu/tests ./relu_tests
7171
COPY examples/cutlass-gemm/tests ./cutlass_gemm_tests
7272

7373
# Run tests
74-
ADD tests/run-tests.sh ./run-tests.sh
74+
ADD builder/tests/run-tests.sh ./run-tests.sh
7575
CMD ["sh", "run-tests.sh"]

0 commit comments

Comments
 (0)