Skip to content

Commit

Permalink
Added cuda compat specifier to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Feb 6, 2022
1 parent 02da624 commit 6f92c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions O/onnxruntime/onnxruntime_providers_cuda/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ install_license $dist_name*/LICENSE
# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = [
Platform("x86_64", "Linux"),
Platform("x86_64", "Windows")
Platform("x86_64", "Linux"; cuda = "11.4"),
Platform("x86_64", "Windows"; cuda = "11.4")
]
platforms = expand_cxxstring_abis(platforms; skip=!Sys.islinux)

Expand Down

0 comments on commit 6f92c80

Please sign in to comment.