Skip to content

Commit de8e4f6

Browse files
authored
Fix compatibility of CUDA 11.4 to support Orin. (#1967)
[ci skip]
1 parent 3321fc8 commit de8e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compatibility.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const cuda_cap_db = Dict(
5050
v"7.5" => v"10.0":highest,
5151
v"8.0" => v"11.0":highest,
5252
v"8.6" => v"11.1":highest,
53-
v"8.7" => v"11.5":highest,
53+
v"8.7" => v"11.4":highest,
5454
v"8.9" => v"11.8":highest,
5555
v"9.0" => v"11.8":highest,
5656
)

0 commit comments

Comments
 (0)