alpaka
Abstraction Library for Parallel Kernel Acceleration
Unroll.hpp File Reference

Go to the source code of this file.

Macros

#define ALPAKA_UNROLL(...)
 Suggests unrolling of the directly following loop to the compiler. More...
 

Macro Definition Documentation

◆ ALPAKA_UNROLL

#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.