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

minor change

parent f0107fb9
Branches
No related tags found
No related merge requests found
Pipeline #30571 failed
...@@ -182,7 +182,6 @@ def test_benchmark_vectorized(): ...@@ -182,7 +182,6 @@ def test_benchmark_vectorized():
pytest.skip("cannot detect CPU instruction set") pytest.skip("cannot detect CPU instruction set")
for vec in instruction_sets: for vec in instruction_sets:
print(vec)
dh = create_data_handling((20, 20, 20), periodicity=True) dh = create_data_handling((20, 20, 20), periodicity=True)
width = get_vector_instruction_set(instruction_set=vec)['width'] * 8 width = get_vector_instruction_set(instruction_set=vec)['width'] * 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment