diff --git a/C/CUDAKernels/Compat.toml b/C/CUDAKernels/Compat.toml index 34f7acb865220ba..f16d77734dae2f7 100644 --- a/C/CUDAKernels/Compat.toml +++ b/C/CUDAKernels/Compat.toml @@ -1,6 +1,5 @@ [0] Cassette = "0.3.3-0.3" -SpecialFunctions = ["0.10", "1"] StaticArrays = ["0.12", "1"] ["0-0.1"] @@ -11,6 +10,9 @@ julia = "1.3.0-1" ["0-0.2"] KernelAbstractions = "0.6" +["0-0.3.1"] +SpecialFunctions = ["0.10", "1"] + ["0.2-0"] Adapt = "3" julia = "1.6.0-1" @@ -23,3 +25,6 @@ KernelAbstractions = "0.7" ["0.3.1-0"] CUDA = "3.5.0-3" + +["0.3.2-0"] +SpecialFunctions = ["0.10", "1-2"] diff --git a/C/CUDAKernels/Versions.toml b/C/CUDAKernels/Versions.toml index 96cab37d1d83abd..8834ab2a7c44073 100644 --- a/C/CUDAKernels/Versions.toml +++ b/C/CUDAKernels/Versions.toml @@ -12,3 +12,6 @@ git-tree-sha1 = "81f76297b63c67723b1d60f5e7e002ae3393974b" ["0.3.1"] git-tree-sha1 = "3ec28af1d3680c3a3decfe8d90668033b5d7dda7" + +["0.3.2"] +git-tree-sha1 = "bcea3296b7de7749ccea6e9e287eabbfafd5e9c4"