From 787b48176bbe4a6defe210130949886c7f5df50f Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 5 Apr 2023 16:23:16 +0200
Subject: [PATCH] doc: update the news

---
 doc/user/news.org | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/doc/user/news.org b/doc/user/news.org
index 8db19325a..5bd72b8cd 100644
--- a/doc/user/news.org
+++ b/doc/user/news.org
@@ -1,12 +1,11 @@
-** [2021-04-21] *Release 1.1.0* available
-:PROPERTIES:
-:CUSTOM_ID: news-20210421
-:END:
-   * See [[https://gitlab.inria.fr/solverstack/chameleon/-/releases/v1.1.0][changes]]
-   * [[https://gitlab.inria.fr/solverstack/chameleon/uploads/b299d6037d7636c6be16108c89bc2aab/chameleon-1.1.0.tar.gz][Download source tarball]]
-** [2021-04-06] Chameleon integration into FMR
-:PROPERTIES:
-:CUSTOM_ID: news-20210406
-:END:
-   Chameleon has been successfully integrated into the C++ Randomized
-   SVD library [[https://gitlab.inria.fr/compose/oldstack/fmr][FMR]].
++ [2023-02-08] *Added support for HIP and hipblas (CUDA and ROC backend)*, see [[https://gitlab.inria.fr/solverstack/chameleon/-/merge_requests/355][MR 355]].
++ [2023-01-18] *Add parallel kernels support*, see [[https://gitlab.inria.fr/solverstack/chameleon/-/merge_requests/206][MR 206]].
++ [2022-08-31] *Add A-stationnary GEMM and SYMM algorithms*, see [[https://gitlab.inria.fr/solverstack/chameleon/-/merge_requests/334][MR 334]].
++ [2022-08-30] *Add a BLAS/LAPACK compatible interface*, see [[https://gitlab.inria.fr/solverstack/chameleon/-/merge_requests/332][MR 332]].
+  - Algorithms: BLAS gemm, hemm, her2k, herk, lauum, symm, syr2k, syrk, trmm, trsm and LAPACK lacpy, lange, lanhe,
+    lansy, lantr, laset, posv, potrf, potri, potrs, trtri
++ [2022-08-22] *Add new performance models for Starpu + Simgrid simulations*, see [[https://gitlab.inria.fr/solverstack/chameleon/-/merge_requests/325][MR 325]].
+  - Algorithms: gemm, symm, potrf, potrs, potri, posv, getrf_nopiv, getrs_nopiv, geqrf, geqrf_hqr, gels, gels_hqr,
+    simple and double precisions for the different sirocco machines (k40m, p100, v100, a100, rtx8000)
++ [2021-04-21] *Release 1.1.0* available, see [[https://gitlab.inria.fr/solverstack/chameleon/-/releases/v1.1.0][changes]], [[https://gitlab.inria.fr/solverstack/chameleon/uploads/b299d6037d7636c6be16108c89bc2aab/chameleon-1.1.0.tar.gz][download source tarball]].
++ [2021-04-06] Chameleon has been successfully integrated into the C++ Randomized SVD library [[https://gitlab.inria.fr/compose/legacystack/fmr][FMR]].
-- 
GitLab