Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Dec 20, 2024
1 parent e0730ea commit 85939ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/prefetch_exp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main() {
});

q.submit([&](handler &CGH) {
CGH.depends_on(init_prefetch);
CGH.depends_on(InitPrefetch);
CGH.single_task<class double_dest>([=]() {
for (int i = 0; i < Count; i++)
Dest[i] = 2 * Src[i];
Expand Down

0 comments on commit 85939ab

Please sign in to comment.