We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e9931 commit ec2a9ddCopy full SHA for ec2a9dd
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.torch211-cxx11-rocm70-x86_64-linux -L )
+ run: ( cd examples/kernels/relu && nix build .\#redistributable.torch211-cxx11-rocm71-x86_64-linux -L )
38
39
- name: Build relu kernel (compiler flags)
40
- run: ( cd examples/kernels/relu-compiler-flags && nix build .\#redistributable.torch211-cxx11-rocm70-x86_64-linux )
+ run: ( cd examples/kernels/relu-compiler-flags && nix build .\#redistributable.torch211-cxx11-rocm71-x86_64-linux )
0 commit comments