From 46907d4df3c98edad84fa1ab3e68b6f6b419cc65 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Sat, 14 Sep 2024 13:41:21 -0400 Subject: [PATCH] Fix name of template parameter --- adoc/headers/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/headers/queue.h b/adoc/headers/queue.h index 99a76863..686e899f 100644 --- a/adoc/headers/queue.h +++ b/adoc/headers/queue.h @@ -189,6 +189,6 @@ class queue { template - event update_host(accessor acc); + event update_host(accessor acc); }; } // namespace sycl