Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this code currently maintained? #27

Closed
dmikushin opened this issue Jun 16, 2022 · 1 comment · May be fixed by #28
Closed

Is this code currently maintained? #27

dmikushin opened this issue Jun 16, 2022 · 1 comment · May be fixed by #28

Comments

@dmikushin
Copy link

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?

@dmikushin
Copy link
Author

If this repository is fully superseded by https://github.com/ROCmSoftwarePlatform/rocThrust , please mark this repository as "archived".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant