Add support for sycl accessors
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 ofsfg.function
This MR extends the sycl support:
cgh.parrallel_for
to work like the API of sfg.function