Skip to content

Commit

Permalink
Add JLArrays back to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Jul 2, 2024
1 parent e2aa194 commit 1078405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions NDTensors/test/NDTensorsTestUtils/device_list.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ if "cutensor" in ARGS || "all" in ARGS
Pkg.add("CUDA")
using CUDA, cuTENSOR
end
if isempty(ARGS) || VERSION > v"1.7"
Pkg.add("JLArrays")
using JLArrays: jl
end

using JLArrays: jl

function devices_list(test_args)
devs = Vector{Function}(undef, 0)
Expand Down
2 changes: 1 addition & 1 deletion NDTensors/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
NDTensors = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
Expand All @@ -29,6 +30,5 @@ Metal = "1.1.0"
[extras]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"

0 comments on commit 1078405

Please sign in to comment.