Set offset in hipGetTextureAlignmentOffset
This commit is contained in:
@@ -676,6 +676,7 @@ hipError_t hipGetTextureAlignmentOffset(size_t* offset, const textureReference*
|
|||||||
|
|
||||||
auto ctx = ihipGetTlsDefaultCtx();
|
auto ctx = ihipGetTlsDefaultCtx();
|
||||||
if (ctx) {
|
if (ctx) {
|
||||||
|
*offset = 0;
|
||||||
}
|
}
|
||||||
return ihipLogStatus(hip_status);
|
return ihipLogStatus(hip_status);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user