#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <math.h>
#include <string.h>
#include <complex>
#include <inttypes.h>
#include <util_quda.h>
#include <host_utils.h>
#include <command_line_params.h>
#include "blas_reference.h"
#include "misc.h"
#include <gtest/gtest.h>
#include <quda.h>
Go to the source code of this file.
◆ display_test_info()
| void display_test_info |
( |
| ) |
|
◆ getBLASName()
◆ INSTANTIATE_TEST_SUITE_P()
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test()
| double test |
( |
int |
data_type | ) |
|
◆ TEST_P()
◆ data_type_str
| const char* data_type_str[] |
Initial value:= {
"realSingle",
"realDouble",
"complexSingle",
"complexDouble",
}
Definition at line 23 of file blas_interface_test.cpp.