1 #ifndef VIENNACL_OCL_LOCAL_MEM_HPP_
2 #define VIENNACL_OCL_LOCAL_MEM_HPP_
vcl_size_t size() const
Returns size in bytes.
Definition: local_mem.hpp:39
std::size_t vcl_size_t
Definition: forwards.h:58
This file provides the forward declarations for the main types used within ViennaCL.
local_mem(vcl_size_t s)
Definition: local_mem.hpp:36
void size(vcl_size_t s)
Sets the size of the local memory in bytes.
Definition: local_mem.hpp:42
A class representing local (shared) OpenCL memory. Typically used as kernel argument.
Definition: local_mem.hpp:33