inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.05k stars 241 forks source link

Loopy Execution being called in arraycontext/arrraycontext/fake_numpy.py #507

Closed mitkotak closed 3 years ago

mitkotak commented 3 years ago

Would it be helpful to move this loopy execution from BaseFakeNumpySpace to PyOpenCLArrayContext so that it looks something like this and doesn't cause issues with arraycontext's that don't yet support Loopy implementation such as pycuda arraycontext ?