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

Remove unnecessary cloning from Scan rewrites #903

Conversation

brandonwillard
Copy link
Member

This PR removes a lot of unnecessary graph cloning from the Scan rewrites (mostly the push-out ones).

@brandonwillard brandonwillard self-assigned this Apr 13, 2022
@brandonwillard brandonwillard added enhancement New feature or request graph rewriting Scan Involves the `Scan` `Op` labels Apr 13, 2022
@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #903 (51f8a73) into main (6ef1452) will increase coverage by 0.00%.
The diff coverage is 90.90%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #903   +/-   ##
=======================================
  Coverage   78.88%   78.89%           
=======================================
  Files         152      152           
  Lines       47662    47660    -2     
  Branches    10845    10842    -3     
=======================================
+ Hits        37600    37602    +2     
+ Misses       7558     7556    -2     
+ Partials     2504     2502    -2     
Impacted Files Coverage Δ
aesara/scan/opt.py 78.56% <90.90%> (+0.32%) ⬆️

@brandonwillard brandonwillard merged commit bc10e2b into aesara-devs:main Apr 14, 2022
@brandonwillard brandonwillard deleted the remove-unnecessary-scan-opt-cloning branch April 14, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request graph rewriting Scan Involves the `Scan` `Op`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant