|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include <stdio.h>#include <string.h>#include "magma.h"Go to the source code of this file.
Functions | |
| void | auto_tune (char algorithm, char precision, magma_int_t ncores, magma_int_t ncorespsocket, magma_int_t m, magma_int_t n, magma_int_t *nb, magma_int_t *ob, magma_int_t *ib, magma_int_t *nthreads, magma_int_t *nquarkthreads) |
| void auto_tune | ( | char | algorithm, |
| char | precision, | ||
| magma_int_t | ncores, | ||
| magma_int_t | ncorespsocket, | ||
| magma_int_t | m, | ||
| magma_int_t | n, | ||
| magma_int_t * | nb, | ||
| magma_int_t * | ob, | ||
| magma_int_t * | ib, | ||
| magma_int_t * | nthreads, | ||
| magma_int_t * | nquarkthreads | ||
| ) |
Definition at line 15 of file auto_tune.cpp.