Merge pull request #589 from gargrahul/set_offset_gettexalignoffset

Set offset in hipGetTextureAlignmentOffset

[ROCm/clr commit: 8c195a3588]
Этот коммит содержится в:
Maneesh Gupta
2018-07-25 12:13:31 +05:30
коммит произвёл GitHub
родитель 6d9f3c2cf1 792b9ebe7c
Коммит 48af753b69
+2
Просмотреть файл
@@ -676,6 +676,8 @@ hipError_t hipGetTextureAlignmentOffset(size_t* offset, const textureReference*
auto ctx = ihipGetTlsDefaultCtx();
if (ctx) {
if(offset != nullptr)
*offset = 0;
}
return ihipLogStatus(hip_status);
}