We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c3a0c commit b618988Copy full SHA for b618988
1 file changed
test/cuda/tensors.jl
@@ -56,7 +56,7 @@ for V in spacelist
56
@test typeof(t) == TensorMap{Float64, spacetype(t), 5, 0, CuVector{Float64, CUDA.DeviceMemory}}
57
end
58
for f in (Base.ones, Base.zeros)
59
- t = @constinferred f(CuVector{Float64}, W)
+ t = @constinferred f(CuVector{Float64, CUDA.DeviceMemory}, W)
60
@test scalartype(t) == Float64
61
@test codomain(t) == W
62
@test space(t) == (W ← one(W))
0 commit comments