clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
Structure to encapsulate scalar data to clSPARSE API. More...
#include <clSPARSE-1x.h>
Public Attributes | |
cl_mem | value |
clsparseIdx_t | off_value |
void * | value |
Structure to encapsulate scalar data to clSPARSE API.
clsparseIdx_t clsparseScalar::off_value |
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* clsparseScalar::value |
OpenCL 2.0 memory pointer
cl_mem clsparseScalar::value |
OpenCL 1.x memory handle