Skip to content

Commit

Permalink
Fix name of template parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlueck committed Sep 14, 2024
1 parent fe88109 commit 46907d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/headers/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ class queue {

template <typename T, int Dims, access_mode Mode, target Tgt,
access::placeholder IsPlaceholder>
event update_host(accessor<T, Dim, Mode, Tgt, IsPlaceholder> acc);
event update_host(accessor<T, Dims, Mode, Tgt, IsPlaceholder> acc);
};
} // namespace sycl

0 comments on commit 46907d4

Please sign in to comment.