Skip to content

Commit f769005

Browse files
authored
oneMKL: Re-enable validation for axpby. (#470)
1 parent 4c6b028 commit f769005

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/onemkl.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ k = 13
2727
@test testf(axpy!, alpha, rand(T,m), rand(T,m))
2828
end
2929

30-
if !validation_layer # oneapi-src/oneMKL#473
31-
@testset "axpby" begin
32-
alpha = rand(T)
33-
beta = rand(T)
34-
@test testf(axpby!, alpha, rand(T,m), beta, rand(T,m))
35-
end
30+
@testset "axpby" begin
31+
alpha = rand(T)
32+
beta = rand(T)
33+
@test testf(axpby!, alpha, rand(T,m), beta, rand(T,m))
3634
end
3735

3836
@testset "rotate" begin

0 commit comments

Comments
 (0)