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

Properly represent symbolic intervals #1111

Open
Stagno opened this issue Feb 10, 2021 · 0 comments
Open

Properly represent symbolic intervals #1111

Stagno opened this issue Feb 10, 2021 · 0 comments
Labels

Comments

@Stagno
Copy link
Contributor

Stagno commented Feb 10, 2021

Both AST::Interval and IIR:Interval emulate symbolic markers Start and End by magic numbers (respectively 0 and 1 << 20). This lack of abstraction also led to at least one bug #1098 .

Move to a proper symbolic representation and ensure that all operations between intervals are implemented correctly and behave as they did before.

Since we re-use these intervals for the horizontal subdomains we'd also gain that we could move away from magic numbers there (also very error prone in this case).

@Stagno Stagno added enhancement backend dawn related labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant