Skip to content

Commit ab20407

Browse files
committed
Fix syclcompat
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 5dd98e0 commit ab20407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/runtime/dpct-rt/include/dpct/compat_service.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ memcpy(sycl::queue &q, void *to_ptr, const void *from_ptr, size_t to_pitch,
7676
return ::syclcompat::detail::memcpy(
7777
q, to_ptr, from_ptr, sycl::range<3>(to_pitch, y, 1),
7878
sycl::range<3>(from_pitch, y, 1), sycl::id<3>(0, 0, 0),
79-
sycl::id<3>(0, 0, 0), sycl::range<3>(x, y, 1), direction, dep_events);
79+
sycl::id<3>(0, 0, 0), sycl::range<3>(x, y, 1), dep_events);
8080
#endif
8181
}
8282

0 commit comments

Comments
 (0)