SWDEV-341174 - fixed warning on cuda
Change-Id: I5d017bcc154a2985e23893c0d933438bf0fc1958
[ROCm/clr commit: 5bd8f8dbe6]
This commit is contained in:
committed by
Sarbojit Sarkar
parent
7ad62083ee
commit
b81ab5b937
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user