Implementation of a smart-pointer-like class for handling OpenCL handles. More...
#include <CL/cl.h>
#include <assert.h>
#include <string>
#include <iostream>
#include "viennacl/ocl/error.hpp"
Go to the source code of this file.
Data Structures | |
class | handle_inc_dec_helper< OCL_TYPE > |
Helper for OpenCL reference counting used by class handle. More... | |
struct | handle_inc_dec_helper< cl_mem > |
struct | handle_inc_dec_helper< cl_program > |
struct | handle_inc_dec_helper< cl_kernel > |
struct | handle_inc_dec_helper< cl_command_queue > |
struct | handle_inc_dec_helper< cl_context > |
class | handle< OCL_TYPE > |
Handle class the effectively represents a smart pointer for OpenCL handles. More... | |
Namespaces | |
namespace | viennacl |
namespace | viennacl::ocl |
Implementation of a smart-pointer-like class for handling OpenCL handles.