alpaka
Abstraction Library for Parallel Kernel Acceleration
TestIdxs.hpp File Reference
#include <cstdint>
#include <tuple>

Go to the source code of this file.

Namespaces

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

Typedefs

using alpaka::test::TestIdxs = std::tuple< std::int64_t, std::uint64_t, std::int32_t, std::uint32_t >
 A std::tuple holding idx types. More...