Skip to content

First version of change fp type and MPFR support#1

Open
eliasachermann wants to merge 7 commits into
mainfrom
elias/dev
Open

First version of change fp type and MPFR support#1
eliasachermann wants to merge 7 commits into
mainfrom
elias/dev

Conversation

@eliasachermann
Copy link
Copy Markdown
Collaborator

No description provided.

@eliasachermann eliasachermann changed the title First version of chang fp type and MPFR support First version of change fp type and MPFR support Jun 1, 2026
from dace.sdfg import nodes, utils as sdfg_utils
from dace.sdfg.state import AbstractControlFlowRegion, SDFGState

_MAX_FIXPOINT_ITERS = 10
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can write a pass that uses "FixePointIteration" to not need a hardcoded limit.
Check this: https://spcldace.readthedocs.io/en/latest/source/dace.transformation.html#dace.transformation.pass_pipeline.FixedPointPipeline

Maybe it makes sense to make this function into a pipeline/pass?

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.

2 participants