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: Pass operator arguments to downstream operators #2139

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

ccuetom
Copy link
Contributor

@ccuetom ccuetom commented Jun 5, 2023

When changing platform, language, or compiler using keyword arguments to the operator, these are not recorded to be used by downstream operators, which instead default to the global configuration.

This makes the information available by storing it in the ArgumentsMap.

@ccuetom ccuetom changed the title Pass operator arguments to downstream operators compiler: Pass operator arguments to downstream operators Jun 5, 2023
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #2139 (1187b4b) into master (5f1ff64) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2139   +/-   ##
=======================================
  Coverage   87.14%   87.14%           
=======================================
  Files         223      223           
  Lines       39647    39650    +3     
  Branches     5139     5139           
=======================================
+ Hits        34550    34553    +3     
  Misses       4521     4521           
  Partials      576      576           
Impacted Files Coverage Δ
devito/operator/operator.py 89.25% <100.00%> (+0.06%) ⬆️

@FabioLuporini
Copy link
Contributor

Merged, thanks

@FabioLuporini FabioLuporini merged commit ba4a49f into devitocodes:master Jun 5, 2023
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