ginkgo v1.8.0
- Created
- Updated
Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems.
# Usage
The package ginkgo provides CMake targets:
find_package(Ginkgo CONFIG REQUIRED)
target_link_libraries(main PRIVATE Ginkgo::ginkgo)
# License
# Supported Platforms
!(x86 | android)
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows-arm64
- ✅ windows-x64
- ❌
windows-x86
# Features
No default features set.
# cuda
Build the CUDA backend of Ginkgo
Host Dependencies:
No dependencies.
# mpi
Build the distributed MPI backend of Ginkgo
# openmp
Build the OpenMP backend of Ginkgo
Supports: mingw | !windows
- ✅ linux
- ✅ osx
- ✅ uwp
- ❌
windows-arm64 - ❌
windows-x64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Tobias Ribizel
- autoantwort
- Lily Wang
- Tobias Ribizel