We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363cc18 commit 184e657Copy full SHA for 184e657
1 file changed
DifferentiationInterface/test/GPU/CUDA/simple.jl
@@ -8,7 +8,7 @@ CUDA.versioninfo()
8
9
@testset "Basis" begin
10
x = CuVector(rand(Float32, 3))
11
- b = basis(x, 2)
+ b = DI.basis(x, 2)
12
@test Array(b) == [0, 1, 0]
13
14
X = CuMatrix(rand(Float32, 2, 2))
0 commit comments