![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Config.hpp"#include "alpaka/dim/DimIntegralConst.hpp"#include "alpaka/meta/Filter.hpp"#include "alpaka/meta/NonZero.hpp"#include <tuple>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::test |
| The test specifics. | |
Typedefs | |
| using | alpaka::test::NonZeroTestDims = meta::Filter< TestDims, meta::NonZero > |
| A std::tuple holding non-zero dimensions. | |
| using | alpaka::test::TestDims = std::tuple< DimInt< 0u >, DimInt< 1u >, DimInt< 2u >, DimInt< 3u > > |
| A std::tuple holding dimensions. | |