codeplaysoftware / cuda-to-sycl-nbody

MIT License
12 stars 8 forks source link

Compilation issues with oneAPI Base Toolkit 2023.0.0 #25

Open rafbiels opened 1 year ago

rafbiels commented 1 year ago

As reported by @irudkin in #23 users compiling the project with oneAPI Base Toolkit 2023.0.0 and the corresponding SYCL CUDA backend plugin may run into some release-specific compilation issues. Namely:

A suggested solution:

  1. Replace dpcpp check in src_sycl/CMakeLists.txt with an icpx check
  2. Link the troubleshooting guide in the README
DuncanMcBain commented 1 year ago

The first part of this issue has been dealt with in #22 but the second hasn't been addressed