We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2204378 commit a95eb96Copy full SHA for a95eb96
1 file changed
.github/workflows/build_kernel_rocm.yaml
@@ -34,7 +34,7 @@ jobs:
34
# For now we only test that there are no regressions in building ROCm
35
# kernels. Also run tests once we have a ROCm runner.
36
- name: Build relu kernel
37
- run: ( cd examples/kernels/relu && nix build .\#redistributable.torch29-cxx11-rocm63-x86_64-linux -L )
+ run: ( cd examples/kernels/relu && nix build .\#redistributable.torch210-cxx11-rocm70-x86_64-linux -L )
38
39
- name: Build relu kernel (compiler flags)
40
- run: ( cd examples/kernels/relu-compiler-flags && nix build .\#redistributable.torch29-cxx11-rocm63-x86_64-linux )
+ run: ( cd examples/kernels/relu-compiler-flags && nix build .\#redistributable.torch210-cxx11-rocm70-x86_64-linux )
0 commit comments