![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
#include "ghost/config.h"
#include "ghost/autogen.h"
#include "ghost/util.h"
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include <set>
Functions | |
ghost_error | ghost_autogen_kacz_nvecs (int **nvecs, int *n, int chunkheight, int nshifts) |
ghost_error | ghost_autogen_spmmv_nvecs (int **nvecs, int *n, int chunkheight) |
int | ghost_autogen_spmmv_next_nvecs (int desired_nvecs, int chunkheight) |
ghost_error | ghost_autogen_string_add (const char *func, const char *par) |
const char * | ghost_autogen_string () |
void | ghost_autogen_set_missing () |
int | ghost_autogen_missing () |
Variables | |
static map< string, set< string > > | autogen_str_map |
static string | autogen_str |
static int | missingConfs = 0 |
ghost_error ghost_autogen_kacz_nvecs | ( | int ** | nvecs, |
int * | n, | ||
int | chunkheight, | ||
int | nshifts | ||
) |
int ghost_autogen_missing | ( | ) |
void ghost_autogen_set_missing | ( | ) |
int ghost_autogen_spmmv_next_nvecs | ( | int | desired_nvecs, |
int | chunkheight | ||
) |
ghost_error ghost_autogen_spmmv_nvecs | ( | int ** | nvecs, |
int * | n, | ||
int | chunkheight | ||
) |
const char* ghost_autogen_string | ( | ) |
ghost_error ghost_autogen_string_add | ( | const char * | func, |
const char * | par | ||
) |
|
static |
|
static |
|
static |