alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
concepts.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::internal::GetApi::Op< T_Api >

Namespaces

namespace  alpaka
 main alpaka namespace.
namespace  alpaka::concepts
namespace  alpaka::internal
 alpaka internal implementations.

Concepts

concept  alpaka::concepts::DeviceSpec
 Concept to check that a device specification with an API and device kind can be extracted.
concept  alpaka::concepts::Dim
 Concept to check if the given type is of the given dimensionality.
concept  alpaka::concepts::GpuType
 Concept to check if the given type is a GPU DeviceKind.
concept  alpaka::concepts::HasGet
 Concept to check if the given type has a get() function.
concept  alpaka::concepts::HasStaticDim
 Concept to check if the given type has a static dim() function.
concept  alpaka::concepts::Pointer
 Concept to check if the given type is a pointer, using std::is_pointer.