Skip to content

Commit

Permalink
Fix emulation of clEnqueueMemFillINTEL (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: fxzjshm <[email protected]>
  • Loading branch information
fxzjshm authored Jan 8, 2025
1 parent f21e764 commit 0760d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intercept/src/emulate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ cl_int CL_API_CALL clEnqueueMemFillINTEL_EMU(
return pIntercept->dispatch().clEnqueueSVMMemFill(
queue,
dst_ptr,
&pattern,
sizeof(pattern),
pattern,
pattern_size,
size,
num_events_in_wait_list,
event_wait_list,
Expand Down

0 comments on commit 0760d6d

Please sign in to comment.