clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
clSPARSE-xx.h defines public types used by any OpenCL version More...
#include <CL/cl.h>
Go to the source code of this file.
Typedefs | |
typedef cl_uint | clsparseIdx_t |
An abstraction for the size of indices supported by the library. Clients should use this index type when declaring their own indices and using the library. | |
Enumerations | |
enum | cldenseMajor { rowMajor = 1, columnMajor } |
For dense data structures, this enum specifies how multi-dimensional data structures are laid out in memory. rowMajor corresponds to the 'C' language storage order, and columnMajor corresponds to the 'Fortran' language storage order. | |
clSPARSE-xx.h defines public types used by any OpenCL version