12 #ifndef PLSSVM_BACKENDS_SYCL_HIPSYCL_DETAIL_QUEUE_HPP_
13 #define PLSSVM_BACKENDS_SYCL_HIPSYCL_DETAIL_QUEUE_HPP_
28 std::shared_ptr<queue_impl>
impl{};
PImpl class to hide the SYCL queue class from the public interface (and, therefore,...
Definition: queue.hpp:23
std::shared_ptr< queue_impl > impl
A pointer to the implementation hidden in a private header.
Definition: queue.hpp:28
Namespace containing the C-SVM using the SYCL backend with hipSYCL as SYCL implementation....
Definition: device_ptr.hpp:19
The PImpl implementation struct encapsulating a single SYCL queue.
Definition: queue_impl.hpp:27