Skip to content
Snippets Groups Projects
Commit 56375832 authored by Markus Holzer's avatar Markus Holzer
Browse files

cleaned test case further

parent f0ab0460
No related branches found
No related tags found
1 merge request!196FIX Quicktests
...@@ -7,7 +7,7 @@ from pystencils.cpu.vectorization import vectorize ...@@ -7,7 +7,7 @@ from pystencils.cpu.vectorization import vectorize
from pystencils.fast_approximation import insert_fast_sqrts, insert_fast_divisions from pystencils.fast_approximation import insert_fast_sqrts, insert_fast_divisions
from pystencils.transformations import replace_inner_stride_with_one from pystencils.transformations import replace_inner_stride_with_one
supported_instruction_sets = get_supported_instruction_sets() if get_supported_instruction_sets() else [] 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 = "avx" if "avx" in supported_instruction_sets else "sse"
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment