SWDEV-341174 - fixed warning on cuda

Change-Id: I5d017bcc154a2985e23893c0d933438bf0fc1958


[ROCm/hipother commit: 3289950436]
此提交包含在:
Sarbojit Sarkar
2022-06-23 14:06:27 +00:00
提交者 Sarbojit Sarkar
父節點 97b4b0506e
當前提交 e0ec532c31
+1 -1
查看文件
@@ -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) {