We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60955da commit b99542aCopy full SHA for b99542a
.github/workflows/build-tests.yaml
@@ -32,13 +32,13 @@ jobs:
32
toolchain: "llvm_host_device", # clang as cuda compiler driver
33
toolchain-version: "19",
34
}
35
- - {
36
- os: "ubuntu-24.04",
37
- cuda-version: "13.0.2",
38
- source: "nvidia",
39
- toolchain: "llvm_host_only", # clang as host compiler
40
- toolchain-version: "21",
41
- }
+ # - { # FIXME: enable once llvm 22 is released
+ # os: "ubuntu-24.04",
+ # cuda-version: "13.0.2",
+ # source: "nvidia",
+ # toolchain: "llvm_host_only", # clang as host compiler
+ # toolchain-version: "21",
+ # }
42
- {
43
os: "ubuntu-22.04",
44
cuda-version: "11.5.1-1ubuntu1",
0 commit comments