![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/api/concepts/api.hpp"#include "alpaka/concepts/hasName.hpp"#include "alpaka/mem/concepts/AssignableFrom.hpp"#include "alpaka/mem/concepts/ExpectedValueType.hpp"#include "alpaka/mem/concepts/IBuffer.hpp"#include "alpaka/mem/concepts/IMdSpan.hpp"#include "alpaka/mem/concepts/IView.hpp"#include "alpaka/tag.hpp"#include <concepts>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. | |