#include <integrator_3Dpx0_gpu.hh>
|
using | ctype = typename get_type::ctype<NT> |
| Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
|
|
|
| Integrator3Dpx0GPU (QuadratureProvider &quadrature_provider, const std::array< uint, 4 > grid_sizes, const ctype x_extent, const ctype x0_extent, const JSONValue &json) |
|
| Integrator3Dpx0GPU (QuadratureProvider &quadrature_provider, std::array< uint, 4 > grid_sizes, const ctype x_extent, const ctype x0_extent, const uint max_block_size=256) |
|
| Integrator3Dpx0GPU (const Integrator3Dpx0GPU &other) |
|
template<typename... T> |
NT | get (const ctype k, const T &...t) const |
|
template<typename... T> |
std::future< NT > | request (const ctype k, const T &...t) const |
| Request a future for the integral of the kernel.
|
|
|
using | PoolMR = rmm::mr::pool_memory_resource<rmm::mr::device_memory_resource> |
|
◆ ctype
template<typename NT , typename KERNEL >
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
◆ PoolMR
template<typename NT , typename KERNEL >
◆ Integrator3Dpx0GPU() [1/3]
template<typename NT , typename KERNEL >
◆ Integrator3Dpx0GPU() [2/3]
template<typename NT , typename KERNEL >
◆ Integrator3Dpx0GPU() [3/3]
template<typename NT , typename KERNEL >
◆ get()
template<typename NT , typename KERNEL >
template<typename... T>
◆ request()
template<typename NT , typename KERNEL >
template<typename... T>
Request a future for the integral of the kernel.
- Template Parameters
-
T | Types of the parameters for the kernel. |
- Parameters
-
k | RG-scale. |
t | Parameters forwarded to the kernel. |
- Returns
- std::future<NT> future holding the integral of the kernel plus the constant part.
◆ block_sizes
template<typename NT , typename KERNEL >
◆ cuda_stream_pool
template<typename NT , typename KERNEL >
◆ device_data_size
template<typename NT , typename KERNEL >
◆ grid_sizes
template<typename NT , typename KERNEL >
◆ num_blocks
template<typename NT , typename KERNEL >
◆ pool
template<typename NT , typename KERNEL >
◆ ptr_ang_quadrature_p
template<typename NT , typename KERNEL >
◆ ptr_ang_quadrature_w
template<typename NT , typename KERNEL >
◆ ptr_x0_quadrature_p
template<typename NT , typename KERNEL >
◆ ptr_x0_quadrature_w
template<typename NT , typename KERNEL >
◆ ptr_x_quadrature_p
template<typename NT , typename KERNEL >
◆ ptr_x_quadrature_w
template<typename NT , typename KERNEL >
◆ threads_per_block
template<typename NT , typename KERNEL >
◆ x0_extent
template<typename NT , typename KERNEL >
◆ x_extent
template<typename NT , typename KERNEL >
The documentation for this class was generated from the following file: