Skip to Content

ginkgo v1.7.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

Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# mpi

Build the distributed MPI backend of Ginkgo

Dependencies:
and 2 transitive dependencies:
Host Dependencies:

No dependencies.

# 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's avatar Tobias Ribizel
  • autoantwort's avatar autoantwort
  • Lily Wang's avatar Lily Wang
  • Tobias Ribizel's avatar Tobias Ribizel

# Changelog

  • e61900c [ginkgo] Update version to 1.7.0 (#35028)
  • fa4a2a7 [ginkgo] Update to 1.6.0 (#34280)
  • 27fb19b [many ports] Fix URLS of download patch (#33309)
  • 5ddd7f0 [ginkgo] no absolute paths (#21700)
  • 410a157 [ginkgo] Update to 1.4.0 (#19731)
  • 286fa50 [ginkgo] Create new port (#16536)

# Source