Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assess feasibility of pure Aesara gradients for betainc and gammainc(c) #514

Open
ricardoV94 opened this issue Jul 8, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ricardoV94
Copy link
Contributor

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.

@brandonwillard brandonwillard added enhancement New feature or request help wanted Extra attention is needed labels Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants