Skip to content

Commit

Permalink
update CUDA compat
Browse files Browse the repository at this point in the history
in a previous commit (merge JuliaGPU#82), dynamic allocation of shared memory
was changed from the deprecated `@cuDynamicSharedMem` macro to the replacing `CuDynamicSharedArray` function,
this breaks compatability with CUDA.jl versions before v3.5.0 as the `CuDynamicSharedArray` function was only added in CUDA.jl v3.5.
  • Loading branch information
smnbl committed Nov 15, 2021
1 parent db0ba14 commit b3b60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
CUDA = "2, 3"
CUDA = "3.5"
ForwardDiff = "0.10"
GPUifyLoops = "0.2"
LLVM = "3, 4"
Expand Down

0 comments on commit b3b60f7

Please sign in to comment.