From 469540211844c19affc42484e8c6d5832f5ab208 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Mon, 24 Mar 2025 23:59:12 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 545761d09..4d53148cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ chameleon-1.4.0 ------------------------------------------------------------------------ + - Add the laswp driver and testing. Be careful, the interface does not follow the lapack API to propose the op(P) \times A, or A \times op(P) operation with op(P) equal to P or P^{-1} + - Add the gesv driver to perform LU factorization and solve with its associated testing. - StarPU: Update the minimum requirement from 1.3 to 1.4 - StarPU: When using starpu > 1.4.8, use the new distributed submit interface in the codelets instead of the classical insert task interface. - ci: use -Werror to prevent from adding warning to the code -- GitLab