QUDA
v1.1.0
A library for QCD on GPUs
|
#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.
Classes | |
class | BLASTest |
Namespaces | |
quda | |
Functions | |
void | quda::setTransferGPU (bool) |
void | display_test_info () |
double | test (int data_type) |
TEST_P (BLASTest, verify) | |
std::string | getBLASName (testing::TestParamInfo< int > param) |
INSTANTIATE_TEST_SUITE_P (QUDA, BLASTest, Range(0, 4), getBLASName) | |
int | main (int argc, char **argv) |
Variables | |
const char * | data_type_str [] |
void display_test_info | ( | ) |
Definition at line 35 of file blas_interface_test.cpp.
std::string getBLASName | ( | testing::TestParamInfo< int > | param | ) |
Definition at line 326 of file blas_interface_test.cpp.
INSTANTIATE_TEST_SUITE_P | ( | QUDA | , |
BLASTest | , | ||
Range(0, 4) | , | ||
getBLASName | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 336 of file blas_interface_test.cpp.
double test | ( | int | data_type | ) |
Definition at line 44 of file blas_interface_test.cpp.
TEST_P | ( | BLASTest | , |
verify | |||
) |
Definition at line 311 of file blas_interface_test.cpp.
const char* data_type_str[] |
Definition at line 23 of file blas_interface_test.cpp.