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

Go to the source code of this file.

Classes

struct  alpaka::onAcc::traverse::Flat
 Linearize the index domain for traversing. More...
struct  alpaka::onAcc::traverse::Tiled
 Traversing the index domain with MD-tiles. More...

Namespaces

namespace  alpaka
 main alpaka namespace.
namespace  alpaka::onAcc
 functionality which is usable on the accelerator compute device from within a kernel.
namespace  alpaka::onAcc::traverse

Variables

constexpr auto alpaka::onAcc::traverse::flat = Flat{}
constexpr auto alpaka::onAcc::traverse::tiled = Tiled{}