You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs #513 and #464 implemented a couple of derivatives using Python-only code.
In both cases the code is straightforward to translate to C or Numba.
However, before considering those options we should try to implement the equivalent code in pure Aesara and benchmark it. My first impression is that the compilation time of these gradients can be quite prohibitive, but I'll wait for #512 before redoing the benchmark tests.
The text was updated successfully, but these errors were encountered:
PRs #513 and #464 implemented a couple of derivatives using Python-only code.
In both cases the code is straightforward to translate to
C
orNumba
.However, before considering those options we should try to implement the equivalent code in pure Aesara and benchmark it. My first impression is that the compilation time of these gradients can be quite prohibitive, but I'll wait for #512 before redoing the benchmark tests.
The text was updated successfully, but these errors were encountered: