Skip to content
Snippets Groups Projects
Commit 5ecd3e83 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

skip vectorized staggered RNG test if islpy not available

parent a82420c3
No related branches found
No related tags found
1 merge request!48RNG SIMD
Pipeline #30192 failed
...@@ -173,6 +173,7 @@ def test_staggered(vectorized): ...@@ -173,6 +173,7 @@ def test_staggered(vectorized):
return return
if not get_supported_instruction_sets(): if not get_supported_instruction_sets():
pytest.skip("cannot detect CPU instruction set") pytest.skip("cannot detect CPU instruction set")
pytest.importorskip('islpy')
cpu_vectorize_info = {'assume_inner_stride_one': True, 'assume_aligned': False, cpu_vectorize_info = {'assume_inner_stride_one': True, 'assume_aligned': False,
'instruction_set': get_supported_instruction_sets()[0]} 'instruction_set': get_supported_instruction_sets()[0]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment