![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Config.hpp"Go to the source code of this file.
Macros | |
| #define | ALPAKA_UNROLL(...) |
| Suggests unrolling of the directly following loop to the compiler. | |
| #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.