We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27efe31 commit 2994199Copy full SHA for 2994199
unified-runtime/source/adapters/level_zero/image.cpp
@@ -548,7 +548,7 @@ ur_result_t urBindlessImagesImageCopyExp(
548
DstRowPitch,
549
(uint32_t)pCopyRegion->copyExtent.height,
550
(uint32_t)pCopyRegion->copyExtent.depth};
551
- ze_copy_region_t ZeSrcRegion = {(uint32_t)pCopyRegion->srcOffset.x,
+ ze_copy_region_t ZeSrcRegion = {(uint32_t)pCopyRegion->srcOffset.x,
552
(uint32_t)pCopyRegion->srcOffset.y,
553
(uint32_t)pCopyRegion->srcOffset.z,
554
SrcRowPitch,
0 commit comments