Skip to content

Add support for sycl accessors

Christoph Alt requested to merge ob28imeq/pystencils-sfg:sycl_accessor into master

This MR extends the sycl support:

  • Adding function so that sycl::accessors can be used in the map_field function
  • Changes the API of the cgh.parrallel_for to work like the API of sfg.function

Merge request reports