Set offset in hipGetTextureAlignmentOffset

Этот коммит содержится в:
Rahul Garg
2018-07-24 10:11:26 +05:30
родитель cab5e80b22
Коммит 0ec64e8b24
+1
Просмотреть файл
@@ -676,6 +676,7 @@ hipError_t hipGetTextureAlignmentOffset(size_t* offset, const textureReference*
auto ctx = ihipGetTlsDefaultCtx();
if (ctx) {
*offset = 0;
}
return ihipLogStatus(hip_status);
}