Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems.
Run the following Vcpkg command to install the port.
vcpkg install ginkgo
The package ginkgo provides CMake targets:
find_package(Ginkgo CONFIG REQUIRED) target_link_libraries(main PRIVATE Ginkgo::ginkgo)
Build the CUDA backend of Ginkgo
Build the distributed MPI backend of Ginkgo
Build the OpenMP backend of Ginkgo
v1.7.0#0
Nov 14, 2023
!(x86 | android)
ginkgo-project/ginkgo417
github.com/ginkgo-project/ginkgo
e61900cc51
BSD-3-Clause
Manifest