Skip to content

Commit 42f5562

Browse files
committed
Add missing CUDA version.
[skip ci]
1 parent 187ff96 commit 42f5562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/discovery.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const cuda_releases = [v"1.0", v"1.1",
155155
v"8.0",
156156
v"9.0", v"9.1", v"9.2",
157157
v"10.0", v"10.1", v"10.2",
158-
v"11.0", v"11.1"]
158+
v"11.0", v"11.1", v"11.2"]
159159

160160
const cuda_library_versions = Dict(
161161
v"11.0.1" => Dict(

0 commit comments

Comments
 (0)