QUDA  v1.1.0
A library for QCD on GPUs
Functions
misc.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include "quda.h"
#include <string.h>
#include "invert_quda.h"
#include "misc.h"
#include <assert.h>
#include "util_quda.h"
#include <host_utils.h>

Go to the source code of this file.

Functions

const char * get_verbosity_str (QudaVerbosity type)
 
const char * get_prec_str (QudaPrecision prec)
 
const char * get_unitarization_str (bool svd_only)
 
const char * get_gauge_order_str (QudaGaugeFieldOrder order)
 
const char * get_recon_str (QudaReconstructType recon)
 
const char * get_test_type (int t)
 
const char * get_staggered_test_type (int t)
 
const char * get_dslash_str (QudaDslashType type)
 
const char * get_contract_str (QudaContractType type)
 
const char * get_eig_spectrum_str (QudaEigSpectrumType type)
 
const char * get_eig_type_str (QudaEigType type)
 
const char * get_mass_normalization_str (QudaMassNormalization type)
 
const char * get_matpc_str (QudaMatPCType type)
 
const char * get_solution_str (QudaSolutionType type)
 
const char * get_solve_str (QudaSolveType type)
 
const char * get_flavor_str (QudaTwistFlavorType type)
 
const char * get_solver_str (QudaInverterType type)
 
const char * get_quda_ver_str ()
 
const char * get_ritz_location_str (QudaFieldLocation type)
 
const char * get_memory_type_str (QudaMemoryType type)
 

Function Documentation

◆ get_contract_str()

const char* get_contract_str ( QudaContractType  type)

Definition at line 141 of file misc.cpp.

◆ get_dslash_str()

const char* get_dslash_str ( QudaDslashType  type)

Definition at line 118 of file misc.cpp.

◆ get_eig_spectrum_str()

const char* get_eig_spectrum_str ( QudaEigSpectrumType  type)

Definition at line 154 of file misc.cpp.

◆ get_eig_type_str()

const char* get_eig_type_str ( QudaEigType  type)

Definition at line 171 of file misc.cpp.

◆ get_flavor_str()

const char* get_flavor_str ( QudaTwistFlavorType  type)

Definition at line 248 of file misc.cpp.

◆ get_gauge_order_str()

const char* get_gauge_order_str ( QudaGaugeFieldOrder  order)

Definition at line 54 of file misc.cpp.

◆ get_mass_normalization_str()

const char* get_mass_normalization_str ( QudaMassNormalization  type)

Definition at line 186 of file misc.cpp.

◆ get_matpc_str()

const char* get_matpc_str ( QudaMatPCType  type)

Definition at line 200 of file misc.cpp.

◆ get_memory_type_str()

const char* get_memory_type_str ( QudaMemoryType  type)

Definition at line 325 of file misc.cpp.

◆ get_prec_str()

const char* get_prec_str ( QudaPrecision  prec)

Definition at line 26 of file misc.cpp.

◆ get_quda_ver_str()

const char* get_quda_ver_str ( )

Definition at line 302 of file misc.cpp.

◆ get_recon_str()

const char* get_recon_str ( QudaReconstructType  recon)

Definition at line 68 of file misc.cpp.

◆ get_ritz_location_str()

const char* get_ritz_location_str ( QudaFieldLocation  type)

Definition at line 312 of file misc.cpp.

◆ get_solution_str()

const char* get_solution_str ( QudaSolutionType  type)

Definition at line 215 of file misc.cpp.

◆ get_solve_str()

const char* get_solve_str ( QudaSolveType  type)

Definition at line 231 of file misc.cpp.

◆ get_solver_str()

const char* get_solver_str ( QudaInverterType  type)

Definition at line 263 of file misc.cpp.

◆ get_staggered_test_type()

const char* get_staggered_test_type ( int  t)

Definition at line 101 of file misc.cpp.

◆ get_test_type()

const char* get_test_type ( int  t)

Definition at line 84 of file misc.cpp.

◆ get_unitarization_str()

const char* get_unitarization_str ( bool  svd_only)

Definition at line 41 of file misc.cpp.

◆ get_verbosity_str()

const char* get_verbosity_str ( QudaVerbosity  type)

Definition at line 11 of file misc.cpp.