Skip to content

Commit

Permalink
Fix copy-paste error in khr::copy
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Kornev <[email protected]>
  • Loading branch information
Pennycook and KornevNikita authored Jan 22, 2025
1 parent be56bb7 commit 9897e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/extensions/sycl_khr_free_function_commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ namespace sycl::khr {
template <typename SrcT, int SrcDims, access_mode SrcMode,
typename DestT, int DestDims, access_mode DestMode>
void copy(sycl::queue q,
void copy(sycl::handler& h,
sycl::accessor<SrcT, SrcDims, SrcMode, target::device> src,
sycl::accessor<DestT, DestDims, DestMode, target::device> dest); (1)
Expand Down

0 comments on commit 9897e6d

Please sign in to comment.