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

Optimize the execution macro helper functionality. #448

Merged
merged 1 commit into from
May 14, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented May 13, 2023

Generators and closures in there causes unnecessary recompilation during at-cuda lowering.

Generators and closures in there causes unnecessary recompilation during at-cuda lowering.
@maleadt maleadt force-pushed the tb/optimize_macro_helpers branch from 933c25c to 4edcc7e Compare May 13, 2023 19:19
@maleadt
Copy link
Member Author

maleadt commented May 13, 2023

Enzyme.jl#master seems unrelatedly broken here, so I've marked it to allow failure (cc @wsmoses @vchuravy).

@maleadt maleadt force-pushed the tb/optimize_macro_helpers branch from 4edcc7e to 1f96fe1 Compare May 13, 2023 19:25
@wsmoses
Copy link
Contributor

wsmoses commented May 13, 2023

@maleadt yeah it was broken for the past 18 hours but has been since fixed by EnzymeAD/Enzyme.jl#843 so you shouldn't need to allow Enzyme to fail anymore.

@maleadt
Copy link
Member Author

maleadt commented May 13, 2023

Great, thanks!

@maleadt maleadt force-pushed the tb/optimize_macro_helpers branch from 1f96fe1 to 6011d6c Compare May 13, 2023 19:35
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.07 🎉

Comparison is base (5587ba1) 85.64% compared to head (6011d6c) 85.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
+ Coverage   85.64%   85.71%   +0.07%     
==========================================
  Files          24       24              
  Lines        2954     2962       +8     
==========================================
+ Hits         2530     2539       +9     
+ Misses        424      423       -1     
Impacted Files Coverage Δ
src/execution.jl 90.90% <100.00%> (-9.10%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit 40d2dbc into master May 14, 2023
@maleadt maleadt deleted the tb/optimize_macro_helpers branch May 14, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants