alpaka v1.2.0
- Created
- Updated
The alpaka library is a header-only abstraction library for accelerator development
# Usage
alpaka provides CMake targets:
find_package(alpaka CONFIG REQUIRED)
target_link_libraries(main PRIVATE alpaka::alpaka)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
- boost-core
>= v1.74.0
- boost-predef
>= v1.74.0
and 7 transitive dependencies:
- boost-assert
>= v1.86.0
(by boost-core ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-config
>= v1.86.0
(by boost-assert ) - boost-headers
>= v1.86.0
(by boost-config ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-uninstall
>= v1.86.0
(by boost-cmake )
# Host Dependencies
and one transitive dependency:
- vcpkg-boost (by boost-cmake )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Bernhard Manfred Gruber
- Jia Yue Hua