Skip to content

Commit

Permalink
build: Set cuda version in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 24, 2024
1 parent a68a2aa commit d46199a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/LocalPreferences.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[CUDA_Runtime_jll]
__clear__ = ["local"]
version = "12.5"
4 changes: 4 additions & 0 deletions compiler/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"

[extras]
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"

0 comments on commit d46199a

Please sign in to comment.