summaryrefslogtreecommitdiff
path: root/lib/sycl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sycl')
-rw-r--r--lib/sycl/c++/data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sycl/c++/data.hpp b/lib/sycl/c++/data.hpp
index 75112fb..5155a53 100644
--- a/lib/sycl/c++/data.hpp
+++ b/lib/sycl/c++/data.hpp
@@ -338,7 +338,7 @@ struct sycl_copy_helper<sch::Struct<Members...>, Encode> final {
}
- static saw::error_or<void> copy_to_host(saw::data<Schema,Encode>& sycl_data, saw::data<Schema,encode::Sycl<Encode>>& host_data, sycl::queue& q){
+ static saw::error_or<void> copy_to_host(saw::data<Schema,encode::Sycl<Encode>>& sycl_data, saw::data<Schema,Encode>& host_data, sycl::queue& q){
return copy_to_host_member<0u>(sycl_data, host_data, q);
}
};