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

Go to the source code of this file.

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::test
 The test specifics.
 

Typedefs

using alpaka::test::NonZeroTestDims = meta::Filter< TestDims, meta::NonZero >
 A std::tuple holding non-zero dimensions. More...
 
using alpaka::test::TestDims = std::tuple< DimInt< 0u >, DimInt< 1u >, DimInt< 2u >, DimInt< 3u > >
 A std::tuple holding dimensions. More...