SWDEV-341174 - fixed warning on cuda
Change-Id: I5d017bcc154a2985e23893c0d933438bf0fc1958
[ROCm/hipother commit: 3289950436]
此提交包含在:
@@ -2264,7 +2264,7 @@ inline static hipError_t hipModuleGetFunction(hipFunction_t* function, hipModule
|
||||
}
|
||||
|
||||
inline static hipError_t hipModuleGetTexRef(hipTexRef* pTexRef, hipModule_t hmod, const char* name){
|
||||
hipCUResultTohipError(cuModuleGetTexRef(pTexRef, hmod, name));
|
||||
return hipCUResultTohipError(cuModuleGetTexRef(pTexRef, hmod, name));
|
||||
}
|
||||
|
||||
inline static hipError_t hipFuncGetAttributes(hipFuncAttributes* attr, const void* func) {
|
||||
|
||||
新增問題並參考
封鎖使用者