|
kokkos-execution 0.0.1
|
Go to the source code of this file.
Classes | |
| struct | Tests::Utils::Functors::Labeled< ID > |
Namespaces | |
| namespace | Tests |
| namespace | Tests::Utils |
| namespace | Tests::Utils::Functors |
Macros | |
| #define | THEN_LABELED(_id_) |
Add a then using Tests::Utils::Functors::Labeled. // NOLINTNEXTLINE(cppcoreguidelines-macro-usage). | |
| #define | THEN_LABELED_PFOR(_exec_, _id_) |
| Add a Kokkos::Execution::parallel_for using Tests::Utils::Functors::Labeled. // NOLINTNEXTLINE(cppcoreguidelines-macro-usage). | |
| #define THEN_LABELED | ( | _id_ | ) |
Add a then using Tests::Utils::Functors::Labeled. // NOLINTNEXTLINE(cppcoreguidelines-macro-usage).
Definition at line 18 of file labeled.hpp.
| #define THEN_LABELED_PFOR | ( | _exec_, | |
| _id_ ) |
Add a Kokkos::Execution::parallel_for using Tests::Utils::Functors::Labeled. // NOLINTNEXTLINE(cppcoreguidelines-macro-usage).
Definition at line 21 of file labeled.hpp.