-
Notifications
You must be signed in to change notification settings - Fork 16
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
HIP support #166
Comments
for the record: @saipavankalyan also started to port mallocMC and reported linker issues with HIP-hcc ROCm/HIP#1849 |
HIP prototype https://github.com/psychocoderHPC/mallocMC/tree/topic-hip-port |
https://github.com/psychocoderHPC/mallocMC/tree/topic-hip-port contains now support for all variations of HIP. ATTENTION: HIP-hcc uses a workaround where the mallocMC heap is not freed when the heap object is destructed. I added the support only as proof of work, you should not use HIP-hcc anymore.
|
We can close this, right? |
I am currently working on a native version for HIP https://github.com/psychocoderHPC/picongpu/tree/topic-hip-amd-benachmark/thirdParty/mallocMC.
This is only a prototype, I will port it soon to CUPLA to support different backend e.g. CUDA/HIP and CPU.
The text was updated successfully, but these errors were encountered: