|
| ghost_error | ghost_gemm_valid (ghost_densemat *x, ghost_densemat *v, const char *transv, ghost_densemat *w, const char *transw, void *alpha, void *beta, int reduce, ghost_gemm_flags flags, int printerror) |
| |
| static ghost_error | ghost_gemm_blas (ghost_densemat *x_in, ghost_densemat *v_in, const char *transv_in, ghost_densemat *w_in, const char *transw_in, void *alpha, void *beta, int reduce, ghost_gemm_flags flags) |
| |
| ghost_error | ghost_gemm (ghost_densemat *x_in, ghost_densemat *v_in, const char *transv, ghost_densemat *w_in, const char *transw, void *alpha, void *beta, int reduce, ghost_gemm_flags flags) |
| | Compute the general (dense) matrix-matrix product x = v*w. More...
|
| |
| int | ghost_gemm_perf_GFs (double *perf, double time, void *varg) |
| |
| int | ghost_gemm_perf_GBs (double *perf, double time, void *varg) |
| |