Skip to content

Commit 184e657

Browse files
committed
Fix
1 parent 363cc18 commit 184e657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DifferentiationInterface/test/GPU/CUDA

DifferentiationInterface/test/GPU/CUDA/simple.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CUDA.versioninfo()
88

99
@testset "Basis" begin
1010
x = CuVector(rand(Float32, 3))
11-
b = basis(x, 2)
11+
b = DI.basis(x, 2)
1212
@test Array(b) == [0, 1, 0]
1313

1414
X = CuMatrix(rand(Float32, 2, 2))

0 commit comments

Comments
 (0)