alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/BoostPredef.hpp"
Go to the source code of this file.
Classes | |
struct | alpaka::remove_restrict< T > |
Removes restrict from a type. More... | |
struct | alpaka::remove_restrict< T *__restrict__ > |
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
Typedefs | |
template<typename T > | |
using | alpaka::remove_restrict_t = typename remove_restrict< T >::type |
Helper to remove restrict from a type. More... | |