We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CUDA
1 parent af904cd commit e566bcfCopy full SHA for e566bcf
test/ext-test/gpu/cuda_ext.jl
@@ -155,13 +155,6 @@ end
155
end
156
157
@testset "CUDA ptrace" begin
158
- using Test
159
- using QuantumToolbox
160
- import StaticArraysCore: SVector
161
-
162
- using CUDA
163
- using CUDA.CUSPARSE
164
165
g = fock(2, 1)
166
e = fock(2, 0)
167
α = sqrt(0.7)
test/runtests.jl
@@ -69,6 +69,8 @@ if (GROUP == "CUDA_Ext")
69
Pkg.instantiate()
70
71
using QuantumToolbox
72
+ import LinearAlgebra: Diagonal
73
+ import StaticArraysCore: SVector
74
using CUDA
75
using CUDA.CUSPARSE
76
# CUDA.allowscalar(false) # This is already set in the extension script
0 commit comments