|
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 "magma.h"#include "magma_lapack.h"#include "testings.h"Go to the source code of this file.
Macros | |
| #define | PRECISION_c |
Functions | |
| int | main (int argc, char **argv) |
| #define PRECISION_c |
Definition at line 25 of file testing_cgesvd.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 30 of file testing_cgesvd.cpp.
References blasf77_saxpy(), E, get_current_time(), GetTimerValue(), ISEED, lapackf77_cbdt01(), lapackf77_cgesvd(), lapackf77_clacpy(), lapackf77_clarnv(), lapackf77_cunt01(), lapackf77_slamch, lapackf77_slange(), magma_cgesvd(), MagmaUpperLowerStr, max, min, gbstrct_blg::N, TESTING_CUDA_FINALIZE, TESTING_CUDA_INIT, TESTING_FREE, TESTING_HOSTALLOC, TESTING_HOSTFREE, TESTING_MALLOC, and codegen::work.