Skip to content
Snippets Groups Projects

FIX Quicktests

Merged Markus Holzer requested to merge holzer/pystencils:test_vectorisation into master
Viewing commit 09a2c5ba
Prev
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -9,7 +9,7 @@ from pystencils.transformations import replace_inner_stride_with_one
@@ -9,7 +9,7 @@ from pystencils.transformations import replace_inner_stride_with_one
supported_instruction_sets = get_supported_instruction_sets()
supported_instruction_sets = get_supported_instruction_sets()
if supported_instruction_sets:
if supported_instruction_sets:
instruction_set = "avx" if "avx" in supported_instruction_sets else "sse"
instruction_set = supported_instruction_sets[-1]
else:
else:
instruction_set = None
instruction_set = None