clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
Structure to encapsulate dense vector data to clSPARSE API. More...
#include <clSPARSE-1x.h>
Public Attributes | |
clsparseIdx_t | num_values |
cl_mem | values |
clsparseIdx_t | off_values |
void * | values |
Structure to encapsulate dense vector data to clSPARSE API.
clsparseIdx_t cldenseVector::num_values |
Length of dense vector
clsparseIdx_t cldenseVector::off_values |
Given that cl_mem objects are opaque without pointer arithmetic, this offset is added to the cl_mem locations on device to define beginning of the data in the cl_mem buffers
void* cldenseVector::values |
OpenCL 2.0 memory pointer
cl_mem cldenseVector::values |
OpenCL 1.x memory handle