summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++/transfer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/c++/transfer.hpp')
-rw-r--r--modules/remote-sycl/c++/transfer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/transfer.hpp b/modules/remote-sycl/c++/transfer.hpp
index e39165b..b6a21f0 100644
--- a/modules/remote-sycl/c++/transfer.hpp
+++ b/modules/remote-sycl/c++/transfer.hpp
@@ -131,7 +131,7 @@ public:
* Requests data from the server
*/
template<typename Sch>
- error_or<data<Sch, Encoding, storage::Default>> receive(id<Sch> store_id){
+ error_or<data<Sch, Encoding>> receive(id<Sch> store_id){
auto& vals = std::get<std::unordered_map<uint64_t, data<Sch,encode::Sycl<Encoding>>>>(values_);
auto find_res = vals.find(store_id.get_value());
if(find_res == vals.end()){