SWDEV-475482 - [6.4 Preview] Match hipTexObjectCreate with cuda (#408)

Co-authored-by: Rahul Manocha <rmanocha@amd.com>

[ROCm/clr commit: b5e9bc55cb]
This commit is contained in:
Manocha, Rahul
2025-05-28 00:51:45 -07:00
committato da GitHub
parent c54ec9a21a
commit b936e55e81
2 ha cambiato i file con 1 aggiunte e 9 eliminazioni
+1 -1
Vedi File
@@ -1093,7 +1093,7 @@ amd::Image* ihipImageCreate(const cl_channel_order channelOrder,
imageType,
CL_MEM_READ_WRITE,
imageFormat,
imageWidth,
(imageWidth == 0) ? 1 : imageWidth,
(imageHeight == 0) ? 1 : imageHeight,
(imageDepth == 0) ? 1 : imageDepth,
imageRowPitch,