Skip to content

Commit c037e9f

Browse files
committed
Also try to force CUDA 6 here
1 parent 00c4cce commit c037e9f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MatrixAlgebraKitMooncakeExt = "Mooncake"
2727
[compat]
2828
AMDGPU = "2"
2929
Aqua = "0.6, 0.7, 0.8"
30-
CUDA = "5, 6"
30+
CUDA = "6"
3131
ChainRulesCore = "1"
3232
ChainRulesTestUtils = "1"
3333
Enzyme = "0.13.131"
@@ -61,5 +61,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6161
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
6262
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6363

64+
[sources]
65+
Mooncake = {url = "https://github.com/chalk-lab/Mooncake.jl", rev = "ksh/cuda6"}
66+
6467
[targets]
6568
test = ["Aqua", "SafeTestsets", "Test", "TestExtras", "ChainRulesCore", "ChainRulesTestUtils", "Random", "StableRNGs", "Zygote", "CUDA", "AMDGPU", "GenericLinearAlgebra", "GenericSchur", "Mooncake", "Enzyme", "EnzymeTestUtils", "ParallelTestRunner"]

0 commit comments

Comments
 (0)