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 ba58e990
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -137,7 +137,7 @@ def test_binary_functions(gen_config, xp, function_name, dtype):
dtype_and_target_for_integer_funcs = pytest.mark.parametrize(
"dtype, target",
list(product([np.int32], AVAIL_TARGETS))
list(product([np.int32], [t for t in AVAIL_TARGETS if t is not Target.CUDA]))
+ list(
product(
[np.int64],