P4 to Git Change 1775366 by kjayapra@99_HIPWS_SLV_CHECKIN on 2019/04/26 14:48:23
SWDEV-144570 - hipFuncGetAttributes() API changes. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#29 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#23 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#28 edit
이 커밋은 다음에 포함됨:
+5
-1
@@ -149,7 +149,11 @@ hipError_t hipFuncGetAttributes(hipFuncAttributes* attr, const void* func)
|
||||
{
|
||||
HIP_INIT_API(attr, func);
|
||||
|
||||
HIP_RETURN(hipErrorInvalidDeviceFunction);
|
||||
if (!PlatformState::instance().getFuncAttr(func, attr)) {
|
||||
HIP_RETURN(hipErrorUnknown);
|
||||
}
|
||||
|
||||
HIP_RETURN(hipSuccess);
|
||||
}
|
||||
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단