PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Namespaces
command_queue.hpp File Reference

Defines a very small RAII wrapper around a cl_command_queue including information about its associated OpenCL context and device. More...

#include "plssvm/backends/OpenCL/detail/kernel.hpp"
#include "CL/cl.h"
#include <map>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plssvm::opencl::detail::command_queue
 RAII wrapper class around a cl_command_queue. More...
 

Namespaces

 plssvm
 The main namespace containing all public API functions.
 
 plssvm::opencl
 Namespace containing the C-SVM using the OpenCL backend.
 
 plssvm::opencl::detail
 Namespace containing OpenCL backend specific implementation details. Should not directly be used by users.
 

Detailed Description

Defines a very small RAII wrapper around a cl_command_queue including information about its associated OpenCL context and device.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.