Skip to content

Offset Reduction#1151

Draft
mroethlin wants to merge 38 commits intomasterfrom
offsetReduction
Draft

Offset Reduction#1151
mroethlin wants to merge 38 commits intomasterfrom
offsetReduction

Conversation

@mroethlin
Copy link
Copy Markdown
Contributor

Technical Description

A rough implementation of the work around described in the google doc about path dependency. The implementation is complete in the sense that there is SIR, IIR representation of the offset, dawn4py hooks and code generation in both backends. However, no safety is provided:

  • There are no facilities to check that the right amount of offsets was passed. Passing too many offsets will lead to ignored values, passing too few will lead to a segfault (in the best case).
  • There is no type checking for the sparse field being offset.

DO NOT MERGE

mroethlin and others added 30 commits December 12, 2019 14:45
## Technical Description

Use std::experimental::filesystem if std::filesystem is not supported, i.e. gcc < 8.
@mroethlin mroethlin changed the title Offset reduction Offset Reduction Aug 5, 2021
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.

3 participants