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
@@ -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);
}