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
이 커밋은 다음에 포함됨:
foreman
2019-04-26 15:15:48 -04:00
부모 80fb280643
커밋 9011aa9282
3개의 변경된 파일54개의 추가작업 그리고 3개의 파일을 삭제
+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);
}