|
QUDA
v1.1.0
A library for QCD on GPUs
|
Functions | |
| template<bool from_coarse, bool query_max = false, class Arg > | |
| int | launch_compute_uv_kernel (TuneParam &tp, const Arg &arg, int min_threads, const cudaStream_t &stream) |
| template<bool from_coarse, bool query_max = false, class Arg > | |
| int | launch_compute_vuv_kernel (TuneParam &tp, const Arg &arg, int min_threads, const cudaStream_t &stream) |
| template<bool compute_max_only, bool query_max = false, class Arg > | |
| int | launch_yhat_kernel (Arg &arg, int min_threads, TuneParam &tp, const cudaStream_t &stream) |
| int quda::mma::launch_compute_uv_kernel | ( | TuneParam & | tp, |
| const Arg & | arg, | ||
| int | min_threads, | ||
| const cudaStream_t & | stream | ||
| ) |
Definition at line 612 of file coarse_op_mma_launch.h.
| int quda::mma::launch_compute_vuv_kernel | ( | TuneParam & | tp, |
| const Arg & | arg, | ||
| int | min_threads, | ||
| const cudaStream_t & | stream | ||
| ) |
Definition at line 619 of file coarse_op_mma_launch.h.
| int quda::mma::launch_yhat_kernel | ( | Arg & | arg, |
| int | min_threads, | ||
| TuneParam & | tp, | ||
| const cudaStream_t & | stream | ||
| ) |
Definition at line 160 of file coarse_op_preconditioned_mma_launch.h.