-
Notifications
You must be signed in to change notification settings - Fork 46
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
reference to __host__ function 'free'/'malloc' in __host__ __device__ function #355
Comments
@jinz2014 Thanks for reporting the issue. It is known to our team and we will follow up on it. |
I didn't know the issue until migrating CUDA sources and building the HIP codes. If the CUDA sources are needed for your test, please let me know. |
@jinz2014 If you have a reproducer you can share, we will include it in our testing. |
In the example, https://github.com/zjin-lcf/HeCBench/tree/master/src/logic-rewrite-hip Type "make" may reproduce the error. |
Fixed in LLVM and works in latest ROCm |
Is the latest ROCm available ? Thanks. |
You can find ROCm 6.2.2 installation steps here: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/install/quick-start.html |
Compiling a HIP program shows the following errors. Thanks for your suggestion.
The text was updated successfully, but these errors were encountered: