Skip to content

Commit 0fd01cf

Browse files
committed
Small fixes
1 parent 6577957 commit 0fd01cf

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

Project.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,3 @@ TupleTools = "1.5"
5757
VectorInterface = "0.4.8, 0.5"
5858
cuTENSOR = "2"
5959
julia = "1.10"
60-
61-
[extras]
62-
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
63-
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
64-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
65-
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
66-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
67-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
68-
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
69-
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
70-
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
71-
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
72-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
73-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
74-
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
75-
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
76-
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
77-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
78-
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
79-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
80-
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
81-
82-
[targets]
83-
test = ["ArgParse", "Adapt", "Aqua", "AllocCheck", "Combinatorics", "CUDA", "cuTENSOR", "GPUArrays", "JET", "LinearAlgebra", "SafeTestsets", "TensorOperations", "Test", "TestExtras", "ChainRulesCore", "ChainRulesTestUtils", "FiniteDifferences", "Zygote", "Mooncake"]

test/cuda/tensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ for V in spacelist
299299

300300
dt3 = CUDA.@allowscalar repartition(t, k)
301301
ht3 = repartition(TensorKit.to_cpu(t), k)
302-
@test ht3 == TensorKit.to_cpu(dt3)
302+
@test ht3 TensorKit.to_cpu(dt3)
303303
end
304304
end
305305
symmetricbraiding && @timedtestset "Full trace: test self-consistency" begin

0 commit comments

Comments
 (0)