Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
WrappersCuFFT.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/detail/Iterable_traits.h>
#include <hydra/Range.h>
#include <hydra/Tuple.h>
#include <hydra/Complex.h>
#include <cassert>
#include <memory>
#include <utility>
#include <stdexcept>
#include <type_traits>
#include <cufft.h>
Include dependency graph for WrappersCuFFT.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydra::detail::cufft::_Deleter
 
struct  hydra::detail::cufft::_PlanDestroyer
 
struct  hydra::detail::cufft::_PlanExecutor
 
struct  hydra::detail::cufft::_Planner< Type >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 
 hydra::detail::cufft
 

Functions

void hydra::detail::cufft::free (void *ptr)
 
void * hydra::detail::cufft::malloc (size_t size)
 
void * hydra::detail::cufft::memcpy (void *dest, const void *src, size_t count)
 
void * hydra::detail::cufft::memset (void *dest, int ch, size_t count)
 
void * hydra::detail::cufft::reallocate (void *ptr, size_t new_size)