|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include <cuda.h>#include <cuda_runtime_api.h>#include <cublas.h>#include <assert.h>#include <algorithm>#include "magma.h"#include "magma_lapack.h"#include "testings.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file testing_dlarfb_gpu.cpp.
References blasf77_daxpy(), C, dC, dT, dV, dW, lapackf77_dlange(), lapackf77_dlarfb(), lapackf77_dlarnv(), lapackf77_dlaset(), MAGMA_D_NEG_ONE, MAGMA_D_ONE, MAGMA_D_ZERO, magma_dgetmatrix(), magma_dlarfb_gpu(), magma_dsetmatrix(), max, side, T, TESTING_CUDA_FINALIZE, TESTING_CUDA_INIT, TESTING_DEVALLOC, TESTING_DEVFREE, TESTING_FREE, TESTING_MALLOC, trans, V, W, and codegen::work.