Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
Go to the source code of this file.
Namespaces | |
CTF_int | |
Macros | |
#define | ALIGN 256 |
Functions | |
int64_t | CTF_int::get_csr_size (int64_t nnz, int nrow, int val_size) |
computes the size of a serialized CSR matrix More... | |
#define ALIGN 256 |
Definition at line 5 of file csr.cxx.
Referenced by CTF_int::CSR_Matrix::CSR_Matrix(), CTF_int::get_csr_size(), CTF_int::CSR_Matrix::IA(), CTF_int::CSR_Matrix::JA(), and CTF_int::CSR_Matrix::vals().