You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pic-sycl.cc:
"pic-sycl.cc", line 129: error: a type qualifier is not allowed
void finish_distribution(const uint64_t n, particle_t p[const n])
^
"pic-sycl.cc", line 129: error: a parameter is not allowed
void finish_distribution(const uint64_t n, particle_t p[const n])
^
"pic-sycl.cc", line 526: error: class "hipsycl::sycl::cpu_selector" has no member "select_device"
d = sycl::cpu_selector{}.select_device();
^
"pic-sycl.cc", line 528: error: class "hipsycl::sycl::gpu_selector" has no member "select_device"
d = sycl::gpu_selector{}.select_device();
^
"pic-sycl.cc", line 530: error: class "hipsycl::sycl::host_selector" has no member "select_device"
d = sycl::host_selector{}.select_device();
^
"pic-sycl.cc", line 533: error: class "hipsycl::sycl::default_selector" has no member "select_device"
d = sycl::default_selector{}.select_device();
^
6 errors detected in the compilation of "pic-sycl.cc".
The text was updated successfully, but these errors were encountered:
This is probably wrong...
The text was updated successfully, but these errors were encountered: