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.
1 parent 3a13c9f commit bdd43a3Copy full SHA for bdd43a3
test/onemkl.jl
@@ -15,7 +15,7 @@ k = 13
15
B = oneArray{T}(undef, m)
16
oneMKL.copy!(m,A,B)
17
@test Array(A) == Array(B)
18
- end
+ end
19
20
@testset "axpy" begin
21
# Test axpy primitive
0 commit comments