diff --git a/compiler/LocalPreferences.toml b/compiler/LocalPreferences.toml new file mode 100644 index 0000000..2a7c2f0 --- /dev/null +++ b/compiler/LocalPreferences.toml @@ -0,0 +1,3 @@ +[CUDA_Runtime_jll] +__clear__ = ["local"] +version = "12.5" diff --git a/compiler/Project.toml b/compiler/Project.toml index fbb19f0..bd6665e 100644 --- a/compiler/Project.toml +++ b/compiler/Project.toml @@ -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"