Skip to content

Commit 83ac2d0

Browse files
committed
Disable some tests on windows
1 parent cd804a1 commit 83ac2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/intrinsics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313

1414
const float_types = filter(x -> x <: Base.IEEEFloat, GPUArraysTestSuite.supported_eltypes(CLArray))
1515
const ispocl = cl.platform().name == "Portable Computing Language"
16-
const simd_ns = [2, 3, 4, 8, 16]
16+
const simd_ns = (Sys.iswindows() && ispocl) ? [3, 4] : [2, 3, 4, 8, 16]
1717

1818
@testset "intrinsics" begin
1919

0 commit comments

Comments
 (0)