We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceccceb commit 9c23d26Copy full SHA for 9c23d26
index.html
@@ -67,7 +67,7 @@ <h1 class="display-3"><img style="width: 35%" class="img-fluid" src="https://gin
67
img/ginkgo-1-horizontal.png"></h1>
68
<p>Ginkgo is a high-performance linear algebra library for
69
manycore systems, with a focus on solution of sparse linear systems.
70
- It is implemented using modern C++ (you will need at least a C++14
+ It is implemented using modern C++ (you will need at least a C++17
71
compliant compiler to build it), with GPU kernels implemented in
72
CUDA (for NVIDIA devices), HIP (for AMD devices) and SYCL/DPC++ (for
73
Intel devices and other supported hardware).</p>
0 commit comments