We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For instance, if I want to add sp2m to the library, the steps are as follows:
Use the #define to specify the datatype of the same format:
e.g. #define sp2m_csr sp2m_s_csr //for float datatype and csr format
e.g. alphasparseStatus_t sp2m_s_csr(const spmat_csr_s_t *A, const spmat_csr_s_t *B, spmat_csr_s_t **C);
Add the user interfaces implementation in "alphasparse_sp2m.cpp" in path "platform/kernel/levelx"
Add the kernel implementation, such as sp2m_s_csr.cpp , in path "platform/kernel/levelx".
Home
Customize:Formats
Customize:Kernels
Customize:Backends