alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
TestIdxs.hpp File Reference
#include <cstdint>
#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::TestIdxs = std::tuple< std::int64_t, std::uint64_t, std::int32_t, std::uint32_t >
 A std::tuple holding idx types.