Skip to content

Commit b79be3d

Browse files
committed
Fix a typo in VME kernel.
Change-Id: Ib41245d994ebc300e9e250159dbc2e48a2c9b7a3
1 parent 1392b79 commit b79be3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/built_ins/kernels/vme_block_advanced_motion_estimate_check_intel.igdrcl_built_in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ block_advanced_motion_estimate_check_intel(
325325
// 2. The work-item gathers distSkip locations 0, 4*1, .., 4*31 and
326326
// copies them to contiguous skip_residual locations 0, 1, 2, ..,
327327
// 31.
328-
if(skip_resiudals != NULL){
328+
if(skip_residuals != NULL){
329329
skip_residuals[index] = distSkip[get_local_id(0) * 4];
330330
skip_residuals[index + 16] = distSkip[(get_local_id(0) + 16) * 4];}
331331
}

0 commit comments

Comments
 (0)