Merge pull request #589 from gargrahul/set_offset_gettexalignoffset

Set offset in hipGetTextureAlignmentOffset
Этот коммит содержится в:
Maneesh Gupta
2018-07-25 12:13:31 +05:30
коммит произвёл GitHub
родитель 8dc1e456a7 bc4cdf7e41
Коммит 73ef531208
+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);
}