ViennaCL - The Vienna Computing Library  1.5.0
Data Structures | Namespaces
viennacl/ocl/device.hpp File Reference

Represents an OpenCL device within ViennaCL. More...

#include <CL/cl.h>
#include <stdio.h>
#include <vector>
#include <string>
#include <sstream>
#include <assert.h>
#include "viennacl/ocl/device_utils.hpp"
#include "viennacl/ocl/handle.hpp"
#include "viennacl/ocl/error.hpp"

Go to the source code of this file.

Data Structures

class  device
 A class representing a compute device (e.g. a GPU) More...

Namespaces

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  viennacl::ocl
 

OpenCL backend. Manages platforms, contexts, buffers, kernels, etc.



Detailed Description

Represents an OpenCL device within ViennaCL.