summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/tests/sycl_basics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/tests/sycl_basics.cpp')
-rw-r--r--modules/remote-sycl/tests/sycl_basics.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/remote-sycl/tests/sycl_basics.cpp b/modules/remote-sycl/tests/sycl_basics.cpp
index bf41983..90da299 100644
--- a/modules/remote-sycl/tests/sycl_basics.cpp
+++ b/modules/remote-sycl/tests/sycl_basics.cpp
@@ -81,16 +81,7 @@ SAW_TEST("SYCL Test Setup"){
}
};
- std::cout<<"Running on:\n"<<device.get_handle().get_device().get_info<cl::sycl::info::device::name>()<<std::endl;
-
- std::cout<<host_data.template get<"foo">().get()<<std::endl;
- std::cout<<host_data.template get<"bar">().get()<<std::endl;
- std::cout<<std::endl;
cl_iface.template call <"foo">(device_data, &device.get_handle());
device.get_handle().wait();
- std::cout<<host_data.template get<"foo">().get()<<std::endl;
- std::cout<<host_data.template get<"bar">().get()<<std::endl;
- auto& dbls = host_data.template get<"doubles">();
- std::cout<<std::endl;
}
}