From d3c25bf6ac02e2b6e487b410fe571a46c96c6c56 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Thu, 17 Oct 2024 17:43:48 +0200
Subject: [PATCH] Update Changelog

---
 ChangeLog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2517d5d02..1e299d40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 chameleon-1.3.0
 ------------------------------------------------------------------------
- - mixed-precision: introduce descripto with precision adapted to local norms
+ - mixed-precision: introduce descriptor with precision adapted to local norms
         - Add CHAMELEON_[dz]gered... functions to reduce the precision of the tiles based on a requested accuracy
         - Add CHAMELEON_[dz]gerst... functions to restore the original numerical precision of the tiles in a descriptor
  - types: add support for half precision arithmetic into the data descriptors
@@ -11,6 +11,8 @@ chameleon-1.3.0
    CHAMELEON_Desc_Create_User that requires aan additional `, NULL`
    parameters in the general case.
  - compute/poinv: Add the possibility to use an intermediate distribution for the TRTRI operation
+ - compute/getrf_nopiv: Add lookahead through temporary buffers to better regulate the communication allocations
+ - runtime/starpu: Whenever possible replace the lacpy codelet by a direct memory copy from the input handler to the output one
 
 chameleon-1.2.0
 ------------------------------------------------------------------------
-- 
GitLab