ginkgov1.11.0
- Updated
Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems.
- Project website: https://github.com/ginkgo-project/ginkgo
#Usage
The package ginkgo provides CMake targets:
find_package(Ginkgo CONFIG REQUIRED)
target_link_libraries(main PRIVATE Ginkgo::ginkgo)#Features
No default features.
#bfloat16
Enable bfloat16 precision in Ginkgo
Platforms: !windows
- ✅linux
- ✅osx
- ✅uwp
- ❌
windows-arm64 - ❌
windows-x64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#half
Enable half precision in Ginkgo
Platforms: !windows
- ✅linux
- ✅osx
- ✅uwp
- ❌
windows-arm64 - ❌
windows-x64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#mpi
Build the distributed MPI backend of Ginkgo
Platforms: !windows
- ✅linux
- ✅osx
- ✅uwp
- ❌
windows-arm64 - ❌
windows-x64
Dependencies:
Host Dependencies:
6 transitive dependencies:
- pkgconf (through openmpi)
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-config (through zlib)
- vcpkg-cmake-get-vars (through vcpkg-tool-meson)
- vcpkg-make (through openmpi)
- vcpkg-tool-meson (through pkgconf)
#openmp
Build the OpenMP backend of Ginkgo
Platforms: mingw | !windows
- ✅linux
- ✅osx
- ✅uwp
- ❌
windows-arm64 - ❌
windows-x64
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Tobias Ribizel
autoantwort
Lily Wang
Tobias Ribizel
Marcel Koch