Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit f85e5ab

Browse files
committed
CI: test kernel builds with 2.7
1 parent b7d4eeb commit f85e5ab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_kernel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/build_kernel_rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
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 )

0 commit comments

Comments
 (0)