Improve Vectorisation
3 unresolved threads
3 unresolved threads
This MR fixes some bugs caused in the vectorisation
Merge request reports
Activity
added Bug label
requested review from @ob28imeq
assigned to @holzer
13 13 14 14 15 15 @pytest.mark.parametrize('instruction_set', supported_instruction_sets) 16 @pytest.mark.parametrize('dtype', ('float', 'double')) 282 282 283 283 ast = ps.create_kernel(as6) 284 284 vectorize(ast, instruction_set=instruction_set) 285 ps.show_code(ast) changed this line in version 2 of the diff
785 788 exp = expr.exp 786 789 787 790 if exp.is_integer and exp.is_number and 0 < exp < 8: 788 return "(" + self._print(sp.Mul(*[expr.base] * exp, evaluate=False)) + ")" 791 return self._print(sp.Mul(*[expr.base] * exp, evaluate=False)) 789 792 elif exp == -1: changed this line in version 2 of the diff
enabled an automatic merge when the pipeline for d7ac0ce9 succeeds
mentioned in commit 8bd3cef5
mentioned in issue #62 (closed)
mentioned in issue walberla/walberla#188 (closed)
Please register or sign in to reply