Skip to content
Snippets Groups Projects

Various extensions to the vectorizer

Merged Daniel Bauer requested to merge hyteg/pystencils:bauerd/vec-extensions into v2.0-dev
Viewing commit a4455131
Show latest version
1 file
+ 5
1
Preferences
Compare changes
@@ -141,7 +141,11 @@ dtype_and_target_for_integer_funcs = pytest.mark.parametrize(
+ list(
product(
[np.int64],
[t for t in AVAIL_TARGETS if t not in (Target.X86_SSE, Target.X86_AVX)],
[
t
for t in AVAIL_TARGETS
if t not in (Target.X86_SSE, Target.X86_AVX, Target.CUDA)
],
)
),
)