We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cef71 commit 0d51868Copy full SHA for 0d51868
O/ONNXRuntime/build_tarballs.jl
@@ -103,6 +103,7 @@ end
103
platforms = supported_platforms(; exclude=platform_exclude_filter)
104
105
let cuda_platforms = CUDA.supported_platforms(min_version=v"10.2", max_version=v"11")
106
+ filter!(p -> !(arch(p) == "x86_64" && Sys.islinux(p) && p["cuda"] == "10.2"), cuda_platforms) # Fails with: nvcc error : 'ptxas' died due to signal 11 (Invalid memory reference)
107
push!(cuda_platforms, Platform("x86_64", "Linux"; cuda = "11.3"))
108
push!(cuda_platforms, Platform("x86_64", "Windows"; cuda = "11.3"))
109
0 commit comments