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

testing

parent dcbc2b81
No related branches found
No related tags found
1 merge request!128Fix longruns
...@@ -52,7 +52,8 @@ def test_lbm_vectorization(instruction_set, aligned_and_padding, nontemporal, do ...@@ -52,7 +52,8 @@ def test_lbm_vectorization(instruction_set, aligned_and_padding, nontemporal, do
ldc2_ref.run(time_steps) ldc2_ref.run(time_steps)
lbm_config = LBMConfig(relaxation_rate=relaxation_rate) lbm_config = LBMConfig(relaxation_rate=relaxation_rate)
config = ps.CreateKernelConfig(data_type="double" if double_precision else "float32", config = ps.CreateKernelConfig(data_type="float64" if double_precision else "float32",
default_number_float="float64" if double_precision else "float32",
cpu_vectorize_info=vectorization_options) cpu_vectorize_info=vectorization_options)
lbm_opt_split = LBMOptimisation(cse_global=True, split=True) lbm_opt_split = LBMOptimisation(cse_global=True, split=True)
lbm_opt = LBMOptimisation(cse_global=True, split=False) lbm_opt = LBMOptimisation(cse_global=True, split=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment