alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/BoostPredef.hpp"
Go to the source code of this file.
Macros | |
#define | ALPAKA_UNROLL(...) |
Suggests unrolling of the directly following loop to the compiler. More... | |
#define ALPAKA_UNROLL | ( | ... | ) |
Suggests unrolling of the directly following loop to the compiler.
Usage: ALPAKA_UNROLL for(...){...}
Definition at line 24 of file Unroll.hpp.