Sophia Vdw

Results 25 comments of Sophia Vdw

`cvec_x_distribute_loops` is not updated to the new version of the `c_vecextensions_target`, is it?

Thanks! Is the fallback code meant to go in our codebase or can this be done in loopy? I added this snippet to PyOP2 ``` all_insn_cinsn = list(insn for insn...

Ah yes I got further now, but now I error with ``` ../PyOP2/pyop2/global_kernel.py:502: in vectorise kernel = lp.distribute_loops(kernel, ../loopy/loopy/transform/iname.py:1179: in wrapper transformed_kernel = transformation_func(kernel, *args, **kwargs) ../loopy/loopy/transform/loop_distribution.py:400: in distribute_loops if...

Okay, cool, thanks! Now one step further I run into ``` ../PyOP2/pyop2/global_kernel.py:502: in vectorise kernel = lp.distribute_loops(kernel, ../loopy/loopy/transform/iname.py:1179: in wrapper transformed_kernel = transformation_func(kernel, *args, **kwargs) ../loopy/loopy/transform/loop_distribution.py:400: in distribute_loops if not...

Fixed as part of https://github.com/inducer/loopy/pull/557

Can we add something similar so I don't run into the same error with `lp.get_mem_access_map`?

Okay I managed to turn the warnings off by adding the silenced warning to all kernels, but I think it would be good for us if we could set this...

In my understanding vec iname tags are only available for OpenCL/Cuda target, am I mistaken? The cvec tag allows to use C vector extensions.