From 510f4e73c4a409555cf3685f8a0af6c26ab3ee9b Mon Sep 17 00:00:00 2001 From: Alycia Lisito <alycia.lisito@inria.fr> Date: Thu, 25 Jul 2024 08:42:55 +0200 Subject: [PATCH] zgetrf: modified local_subs.py to generate the INSERT_TASK_xipiv_redux functions --- cmake_modules/local_subs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_modules/local_subs.py b/cmake_modules/local_subs.py index b90df480a..afd17c16f 100644 --- a/cmake_modules/local_subs.py +++ b/cmake_modules/local_subs.py @@ -51,6 +51,7 @@ _extra_blas = [ ('', 'sprint', 'dprint', 'cprint', 'zprint' ), ('', 'sgered', 'dgered', 'cgered', 'zgered' ), ('', 'sgerst', 'dgerst', 'cgerst', 'zgerst' ), + ('', 'sipiv_allreduce', 'dipiv_allreduce', 'cipiv_allreduce', 'zipiv_allreduce' ), ] _extra_BLAS = [ [ x.upper() for x in row ] for row in _extra_blas ] -- GitLab