alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
Transform.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::detail::TransformKernel< TFn >
 
struct  alpaka::detail::TransformKernelND< TFn >
 

Namespaces

namespace  alpaka
 The alpaka accelerator library.
 
namespace  alpaka::detail
 

Functions

template<alpaka::concepts::Tag TTag, typename TQueue , typename T , typename TFn >
void alpaka::transform (TQueue &queue, T *out_begin, T *out_end, TFn &&fn, T *in)
 
template<alpaka::concepts::Tag TTag, typename TQueue , typename TBuf , typename TFn , typename TConstBuf >
void alpaka::transform (TQueue &queue, TBuf &out, TFn &&fn, TConstBuf const &in)