This repository was archived by the owner on Apr 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ jobs:
2424 env :
2525 USER : github_runner
2626 - name : Build activation kernel
27- run : ( cd examples/activation && nix build .\#redistributable.torch26-cxx98 -cu124-x86_64-linux )
27+ run : ( cd examples/activation && nix build .\#redistributable.torch27-cxx11 -cu124-x86_64-linux )
2828 - name : Copy activation kernel
2929 run : cp -rL examples/activation/result activation-kernel
3030
3131 - name : Build cutlass GEMM kernel
32- run : ( cd examples/cutlass-gemm && nix build .\#redistributable.torch26-cxx98 -cu124-x86_64-linux )
32+ run : ( cd examples/cutlass-gemm && nix build .\#redistributable.torch27-cxx11 -cu124-x86_64-linux )
3333 - name : Copy cutlass GEMM kernel
3434 run : cp -rL examples/cutlass-gemm/result cutlass-gemm-kernel
3535
3636 - name : Build relu kernel
37- run : ( cd examples/relu && nix build .\#redistributable.torch26-cxx98-cu124 -x86_64-linux )
37+ run : ( cd examples/relu && nix build .\#redistributable.torch27-cxx11-cu126 -x86_64-linux )
3838 - name : Copy relu kernel
3939 run : cp -rL examples/relu/result relu-kernel
4040
4343 run : ( cd examples/relu-specific-torch && nix build . )
4444
4545 - name : Build silu-and-mul-universal kernel
46- run : ( cd examples/silu-and-mul-universal && nix build .\#redistributable.torch26-cxx98-cu124 -x86_64-linux )
46+ run : ( cd examples/silu-and-mul-universal && nix build .\#redistributable.torch27-cxx11-cu126 -x86_64-linux )
4747 - name : Copy silu-and-mul-universal kernel
4848 run : cp -rL examples/silu-and-mul-universal/result silu-and-mul-universal-kernel
4949
Original file line number Diff line number Diff line change 2626 # For now we only test that there are no regressions in building ROCm
2727 # kernels. Also run tests once we have a ROCm runner.
2828 - name : Build relu kernel
29- run : ( cd examples/relu && nix build .\#redistributable.torch26 -cxx11-rocm62 -x86_64-linux -L )
29+ run : ( cd examples/relu && nix build .\#redistributable.torch27 -cxx11-rocm63 -x86_64-linux -L )
You can’t perform that action at this time.
0 commit comments