#include <stdlib.h>
#include <stdio.h>
#include "support.h"
Go to the source code of this file.
|
#define | NNZ 1666 |
|
#define | N 494 |
|
#define | L 10 |
|
#define | TYPE double |
|
Definition at line 13 of file spmv.h.
Referenced by __attribute__(), BF_set_key(), data_to_input(), decode(), ellpack(), encode(), fill(), fillVal(), helm_factor(), helm_factor_impl(), helm_naive(), init_array(), initMat(), input_to_data(), logsch(), logscl(), main(), HostProfiling::normalize(), quantl(), sha_init(), uppol1(), uppol2(), upzero(), and util_print_cpu_stats().
◆ NNZ
◆ TYPE
◆ ellpack()
void ellpack |
( |
TYPE |
nzval[N *L], |
|
|
int32_t |
cols[N *L], |
|
|
TYPE |
vec[N], |
|
|
TYPE |
out[N] |
|
) |
| |