Skip to content

Commit 1f38775

Browse files
committed
Add CUDA to docs deps [only docs]
1 parent 4e6f752 commit 1f38775

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.11.7"
44
manifest_format = "2.0"
5-
project_hash = "41d5b9e2e24baf77f1d757c50826f402be657bd9"
5+
project_hash = "a22688fbedb65f7da8b47016f9ddd4744524f500"
66

77
[[deps.ANSIColoredPrinters]]
88
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
@@ -88,7 +88,7 @@ version = "0.5.0"
8888

8989
[[deps.CUDA]]
9090
deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CUDA_Compiler_jll", "CUDA_Driver_jll", "CUDA_Runtime_Discovery", "CUDA_Runtime_jll", "Crayons", "DataFrames", "ExprTools", "GPUArrays", "GPUCompiler", "GPUToolbox", "KernelAbstractions", "LLVM", "LLVMLoopInfo", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "NVTX", "Preferences", "PrettyTables", "Printf", "Random", "Random123", "RandomNumbers", "Reexport", "Requires", "SparseArrays", "StaticArrays", "Statistics", "demumble_jll"]
91-
git-tree-sha1 = "756f031a1ef3137f497ee73ed595e4acf65d753f"
91+
path = ".."
9292
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
9393
version = "5.9.3"
9494

docs/Project.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
34
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
45
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
56
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
@@ -10,10 +11,11 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
1011
cuTensorNet = "448d79b3-4b49-4e06-a5ea-00c62c0dc3db"
1112

1213
[sources]
13-
cuDNN = { path = "../lib/cudnn" }
14-
cuStateVec = { path = "../lib/custatevec" }
15-
cuTENSOR = { path = "../lib/cutensor" }
16-
cuTensorNet = { path = "../lib/cutensornet" }
14+
CUDA = {path = ".."}
15+
cuDNN = {path = "../lib/cudnn"}
16+
cuStateVec = {path = "../lib/custatevec"}
17+
cuTENSOR = {path = "../lib/cutensor"}
18+
cuTensorNet = {path = "../lib/cutensornet"}
1719

1820
[compat]
1921
Documenter = "1"

0 commit comments

Comments
 (0)