Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems. Note that the OpenMP feature is not available on Windows.
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 OpenMP backend of Ginkgo
v1.4.0#2
All
BSD-3-Clause
Manifest