stfc / PSycloneBench

Various benchmarks used to inform PSyclone optimisations
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

NemoLite2D manual SYCL implementation #62

Closed sergisiso closed 3 years ago

sergisiso commented 3 years ago

@arporter This is ready for review. It is a basic implementation of SYCL that works with up-to-date versions of Intel OneAPI DPC++. It will be useful to have on master to make sure the upcoming modifications I am doing to the dl_esm_inf device pointer handling are usable by SYCL.

sergisiso commented 3 years ago

@arporter I made the requested modifications. Ready for next review.