Merge pull request #589 from gargrahul/set_offset_gettexalignoffset

Set offset in hipGetTextureAlignmentOffset
This commit is contained in:
Maneesh Gupta
2018-07-25 12:13:31 +05:30
committed by GitHub
+2
View File
@@ -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);
}