DiFfRG
Loading...
Searching...
No Matches
integrator_2Dpq0_gpu.hh File Reference
#include <future>
#include <rmm/cuda_stream_pool.hpp>
#include <rmm/device_uvector.hpp>
#include <rmm/mr/device/pool_memory_resource.hpp>
#include <thrust/reduce.h>
#include <DiFfRG/common/cuda_prefix.hh>
#include <DiFfRG/common/quadrature/quadrature_provider.hh>

Go to the source code of this file.

Classes

class  DiFfRG::Integrator2Dpq0GPU< NT, KERNEL >
 Integrator for 2+1D integrals over p, q0 and an angle on the GPU. Calculates. More...
 

Namespaces

namespace  DiFfRG
 

Functions

template<typename ctype , typename NT , typename KERNEL , typename... T>
__global__ void DiFfRG::gridreduce_2dpq0 (NT *dest, const ctype *x_quadrature_p, const ctype *x_quadrature_w, const ctype *ang_quadrature_p, const ctype *ang_quadrature_w, const ctype *q0_quadrature_p, const ctype *q0_quadrature_w, const ctype x_extent, const ctype q0_extent, const ctype k, T... t)