Skip to content

Commit 46f6109

Browse files
committed
Fix typo in CUDA 11.4 detection.
1 parent db639be commit 46f6109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/discovery.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const cuda_binary_versions = Dict(
321321
"nvdisasm" => v"11.3.58", # ambiguous!
322322
"ptxas" => v"11.3.109"
323323
),
324-
v"11.3.1" => Dict(
324+
v"11.4.0" => Dict(
325325
"nvdisasm" => v"11.4.43"
326326
),
327327
)

0 commit comments

Comments
 (0)