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 4890c2e commit 08a4fafCopy full SHA for 08a4faf
test/libraries/cublas/level1.jl
@@ -42,9 +42,9 @@ k = 13
42
end
43
44
@testset "rmul! strong zero" begin
45
- @test testf(rmul!, fill(NaN, 3), false)
46
- @test testf(rmul!, rand(3), false)
47
- @test testf(rmul!, rand(3), true)
+ @test testf(rmul!, fill(T(NaN), 3), false)
+ @test testf(rmul!, rand(T, 3), false)
+ @test testf(rmul!, rand(T, 3), true)
48
49
50
@testset "rotate!" begin
0 commit comments