Skip to content

Commit 2994199

Browse files
Rebased against llvm/sycl
Signed-off-by: Zhang, Winston <[email protected]>
1 parent 27efe31 commit 2994199

File tree

1 file changed

+1
-1
lines changed
  • unified-runtime/source/adapters/level_zero

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/level_zero/image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ ur_result_t urBindlessImagesImageCopyExp(
548548
DstRowPitch,
549549
(uint32_t)pCopyRegion->copyExtent.height,
550550
(uint32_t)pCopyRegion->copyExtent.depth};
551-
ze_copy_region_t ZeSrcRegion = {(uint32_t)pCopyRegion->srcOffset.x,
551+
ze_copy_region_t ZeSrcRegion = {(uint32_t)pCopyRegion->srcOffset.x,
552552
(uint32_t)pCopyRegion->srcOffset.y,
553553
(uint32_t)pCopyRegion->srcOffset.z,
554554
SrcRowPitch,

0 commit comments

Comments
 (0)