Skip to content

Commit

Permalink
Fix SYCL Include Name
Browse files Browse the repository at this point in the history
Evolved from `<CL/sycl.hpp>` to `<sycl/sycl.hpp>`.
  • Loading branch information
ax3l committed Aug 18, 2024
1 parent aa54e98 commit 3a871ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <cmath>

#ifdef PXRMP_DPCPP_FIX
#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>
#endif

namespace picsar{
Expand Down

0 comments on commit 3a871ee

Please sign in to comment.