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
For a very basic thrust_host/thrust_device code, with the recent ROCm clang++ I get the following:
In file included from /home/marcusmae/hypersolve.io/combinations/ThirdParty/hipThrust/thrust/system/cuda/detail/bulk/detail/cuda_task.hpp:21:
/home/marcusmae/hypersolve.io/combinations/ThirdParty/hipThrust/thrust/system/cuda/detail/bulk/malloc.hpp:76:25: error: reference to __host__ variable 's_data_segment_begin' in __device__ function
: m_program_break(s_data_segment_begin),
^
/home/marcusmae/hypersolve.io/combinations/ThirdParty/hipThrust/thrust/system/cuda/detail/bulk/malloc.hpp:69:13: note: host variable declared here
extern int s_data_segment_begin[];
This makes me to think this hipThrust port is not supported by the recent versions of HIP. Could you please kindly clarify?
The text was updated successfully, but these errors were encountered:
For a very basic thrust_host/thrust_device code, with the recent ROCm clang++ I get the following:
This makes me to think this hipThrust port is not supported by the recent versions of HIP. Could you please kindly clarify?
The text was updated successfully, but these errors were encountered: