Skip to content

Commit

Permalink
Using CUDNN v8.2.1 for build, and specified compat="8"
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Mar 12, 2022
1 parent 6471ff4 commit 5cafb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion T/TensorRT/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ products = vcat(
[ExecutableProduct("trtexec", :trtexec)]
)

dependencies = [Dependency("CUDNN_jll")]
dependencies = [Dependency("CUDNN_jll", v"8.2.1"; compat="8")]

cuda_versions = [v"10.2", v"11.0", v"11.1", v"11.2", v"11.3"]
for cuda_version in cuda_versions
Expand Down

0 comments on commit 5cafb63

Please sign in to comment.