Skip to content
Snippets Groups Projects
Commit e2f42187 authored by Jan Hönig's avatar Jan Hönig
Browse files

Tested aligned kernel. They seem to work.

parent 71619b09
No related branches found
No related tags found
No related merge requests found
Pipeline #36079 passed
...@@ -10,7 +10,10 @@ from pystencils_benchmark import generate_benchmark, Compiler ...@@ -10,7 +10,10 @@ from pystencils_benchmark import generate_benchmark, Compiler
compilers = (Compiler.GCC, Compiler.GCCdebug, Compiler.Clang) compilers = (Compiler.GCC, Compiler.GCCdebug, Compiler.Clang)
config_kwargs = ({}, {'cpu_vectorize_info': {'instruction_set': 'best'}}) config_kwargs = ({},
{'cpu_vectorize_info': {'instruction_set': 'best'}},
{'cpu_vectorize_info': {'instruction_set': 'best',
'assume_aligned': True}})
@pytest.mark.parametrize('compiler', compilers) @pytest.mark.parametrize('compiler', compilers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment