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: Support template parameters #2105

Merged
merged 2 commits into from
Apr 17, 2023
Merged

Conversation

FabioLuporini
Copy link
Contributor

@FabioLuporini FabioLuporini commented Apr 14, 2023

This is mostly for people that don't use devito interactively in python

This basic machinery is exploited in PRO

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Merging #2105 (2255fc7) into master (0f9b303) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2105   +/-   ##
=======================================
  Coverage   87.76%   87.77%           
=======================================
  Files         221      221           
  Lines       38991    39003   +12     
  Branches     5065     5067    +2     
=======================================
+ Hits        34221    34233   +12     
  Misses       4208     4208           
  Partials      562      562           
Impacted Files Coverage Δ
devito/ir/iet/nodes.py 92.30% <100.00%> (+0.04%) ⬆️
devito/ir/iet/visitors.py 85.20% <100.00%> (+0.03%) ⬆️
tests/test_iet.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@FabioLuporini FabioLuporini merged commit 096f6df into master Apr 17, 2023
@FabioLuporini FabioLuporini deleted the blockdim-templates branch April 17, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants