Satyanvesh Dittakavi
Satyanvesh Dittakavi
The hipRTC equivalent APIs for nvrtcGetPTXSize and nvrtcGetPTX are hiprtcGetCodeSize and hiprtcGetCode respectively. Please use these and check if it helps.
@yxsamliu Any suggestions regarding this?
It seem to work fine when verified with latest hip using --save-temps . Please share the sample and the release with which you are trying in case you still see...
@guangzlu Thanks for sharing the sample. The issue was due to hiprtcCreateProgram expecting a program name instead of nullptr when "--save-temps" option is passed. Fix has been added internally. However,...
This issue has been fixed internally. It might take a few more days to appear in the github develop branch.
Fix is present in the github develop branch. Please verify and close. Thanks.
Closing this since the API doesn't fail now but it returns hipMemoryTypeUnregistered for the malloc and stack pointers.
Fix for this has been already raised internally. Will close once it lands into github develop branch.
Yes. This is fixed with latest ROCm 6.1.
The only flag supported for hipMallocManaged right now is hipMemAttachGlobal. @gandryey might have more information on this.