legate::ProdReduction< Complex< float > >#
-
template<>
class ProdReduction<Complex<float>> : public Legion::ProdReduction<Complex<float>>, public legate::detail::BaseReduction<Complex<float>, ReductionOpKind::MUL># Multiply reduction specialization for
Complex<float>.Public Static Functions
- static void fill_redop_desc(
- cuda::detail::CUDAModuleManager *manager,
- Realm::Cuda::CudaRedOpDesc *desc
Fills a CUDA reduction operator descriptor for this reduction.
This is a private routine and is not generally useful for users.
- Parameters:
manager – Pointer to the CUDA module manager.
desc – Pointer to the
CudaRedOpDescto populate.
Public Static Attributes
-
static auto identity = value_type{1.}#
Identity value for the multiplication reduction.