Skip to content

Commit

Permalink
NITS
Browse files Browse the repository at this point in the history
  • Loading branch information
kballeda committed Nov 8, 2022
1 parent cc6a792 commit 872fa11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/onemkl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ k = 13
oneMKL.copy!(m,A,B)
@test Array(A) == Array(B)

# Test nrm2 primitive
@test testf(norm, rand(T,m))
@testset "nrm2" begin
# Test nrm2 primitive
@test testf(norm, rand(T,m))
end
end # level 1 testset
end

0 comments on commit 872fa11

Please sign in to comment.