DiFfRG
|
#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 <thrust/transform_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::IntegratorGPU< d, NT, KERNEL > |
struct | DiFfRG::IntegratorGPU< d, NT, KERNEL >::functor< T > |
Custom functor for the thrust::transform_reduce function. More... | |
Namespaces | |
namespace | DiFfRG |