Skip to content

Commit 3b3c484

Browse files
committed
Update paper.md
1 parent 960c021 commit 3b3c484

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

paper/paper.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ affiliations:
2020
index: 1
2121
- name: Inria de Saclay, Palaiseau, France
2222
index: 2
23-
date: 22 February 2026
23+
date: 25 February 2026
2424
bibliography: paper.bib
2525

2626
---
@@ -49,8 +49,7 @@ Existing approaches rely on hand-coded derivatives or generic automatic differen
4949
# State of the field
5050

5151
Automatic source-to-source differentiation tools, such as Tapenade [@tapenade], ADOL-C [@ADOLC], or TAF [@TAF], provide general mechanisms to compute derivatives of code.
52-
However, naively applying AD to low-level BLAS or LAPACK routines can be inefficient due to loop structures, memory layout, and caching constraints [@jonasson2020].
53-
`diffblas` addresses these challenges by generating differentiated routines directly from reference LAPACK implementations, combining the reliability and performance of LAPACK with the efficiency of algorithmic differentiation.
52+
...
5453

5554
# Research impact statement
5655

0 commit comments

Comments
 (0)