Update hip_module.cpp

[ROCm/hip commit: 5325b6535e]
이 커밋은 다음에 포함됨:
Alex Voicu
2018-05-14 17:15:36 +01:00
커밋한 사람 GitHub
부모 15e0bb5d15
커밋 554aaee804
+1
파일 보기
@@ -506,6 +506,7 @@ namespace
hipError_t hipFuncGetAttributes(hipFuncAttributes* attr, const void* func)
{
if (!attr) return hipErrorInvalidValue;
if (!func) return hipErrorInvalidDeviceFunction;
const auto it0 = functions().find(reinterpret_cast<uintptr_t>(func));