diff options
Diffstat (limited to 'modules/remote-sycl/tests/data_ref.cpp')
| -rw-r--r-- | modules/remote-sycl/tests/data_ref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/tests/data_ref.cpp b/modules/remote-sycl/tests/data_ref.cpp index 03afb8f..61a2c8e 100644 --- a/modules/remote-sycl/tests/data_ref.cpp +++ b/modules/remote-sycl/tests/data_ref.cpp @@ -13,6 +13,6 @@ SAW_TEST("Data Ref Basics"){ acpp::sycl::queue sycl_q; data<sch::Array<sch::Float64>, encode::Sycl<encode::Native>> dat{{{100u}},sycl_q}; - } + } |
