File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -71,5 +71,5 @@ COPY examples/relu/tests ./relu_tests
7171COPY 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
7575CMD ["sh", "run-tests.sh"]
You can’t perform that action at this time.
0 commit comments