ROCm/hipamd

[bug] Missing `return` from the function

emankov opened this issue · 1 comments

https://github.com/ROCm-Developer-Tools/hipamd/blob/develop/include/hip/nvidia_detail/nvidia_hip_runtime_api.h#L2171:

inline static hipError_t hipModuleGetTexRef(hipTexRef* pTexRef, hipModule_t hmod, const char* name){
    hipCUResultTohipError(cuModuleGetTexRef(pTexRef, hmod, name));
}

Appeared in ROCm HIP 4.5.0, fixed in ROCm HIP 5.3.0