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 merge requests found
Pipeline #36079 passed with stages
in 54 seconds
......@@ -10,7 +10,10 @@ from pystencils_benchmark import generate_benchmark, Compiler
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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment