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

compiler: Patch buffer initialization #1916

Merged
merged 1 commit into from
May 3, 2022
Merged

Conversation

FabioLuporini
Copy link
Contributor

fixes #1915

@FabioLuporini FabioLuporini added the bug-C bug in the generated code label May 3, 2022
@FabioLuporini FabioLuporini force-pushed the patch-buffering-stencil branch from 9891c43 to 0bf9614 Compare May 3, 2022 09:36
@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #1916 (0bf9614) into master (ee11391) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1916   +/-   ##
=======================================
  Coverage   89.64%   89.65%           
=======================================
  Files         211      211           
  Lines       35634    35648   +14     
  Branches     5369     5369           
=======================================
+ Hits        31945    31960   +15     
  Misses       3189     3189           
+ Partials      500      499    -1     
Impacted Files Coverage Δ
devito/passes/clusters/buffering.py 94.90% <100.00%> (+0.01%) ⬆️
tests/test_buffering.py 98.57% <100.00%> (+0.04%) ⬆️
devito/ir/support/space.py 89.21% <0.00%> (+0.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee11391...0bf9614. Read the comment docs.

@FabioLuporini FabioLuporini merged commit 810090e into master May 3, 2022
@FabioLuporini FabioLuporini deleted the patch-buffering-stencil branch May 3, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-C bug in the generated code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

buffering of Function accessed with stencil is broken
3 participants