Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d3c25bf6 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Update Changelog

parent 2dc40eb2
No related branches found
No related tags found
1 merge request!307GETRF NOPIV: Use explicit workspaces to control the communication flow
chameleon-1.3.0 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]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 - 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 - types: add support for half precision arithmetic into the data descriptors
...@@ -11,6 +11,8 @@ chameleon-1.3.0 ...@@ -11,6 +11,8 @@ chameleon-1.3.0
CHAMELEON_Desc_Create_User that requires aan additional `, NULL` CHAMELEON_Desc_Create_User that requires aan additional `, NULL`
parameters in the general case. parameters in the general case.
- compute/poinv: Add the possibility to use an intermediate distribution for the TRTRI operation - 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 chameleon-1.2.0
------------------------------------------------------------------------ ------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment