Set offset in hipGetTextureAlignmentOffset

[ROCm/clr commit: 0ec64e8b24]
This commit is contained in:
Rahul Garg
2018-07-24 10:11:26 +05:30
parent 6d9f3c2cf1
commit 99758b3064
+1
View File
@@ -676,6 +676,7 @@ hipError_t hipGetTextureAlignmentOffset(size_t* offset, const textureReference*
auto ctx = ihipGetTlsDefaultCtx();
if (ctx) {
*offset = 0;
}
return ihipLogStatus(hip_status);
}