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

OpMap: Fix StateMachine issue. #66

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

tsymalla-AMD
Copy link
Contributor

When we are in the CoreOp or Intrinsic state and are about to transition to the DialectOp state, then we cannot just access the DialectOpIteratorT in the internal variant storage, since the new iterator (m_dialectOps.begin()) is not stored in the variant yet.

When we are in the CoreOp or Intrinsic state and are about to transition
to the DialectOp state, then we cannot just access the
DialectOpIteratorT in the internal variant storage, since the new
iterator (m_dialectOps.begin()) is not stored in the variant yet.
@tsymalla-AMD tsymalla-AMD requested a review from nhaehnle October 12, 2023 11:53
Copy link
Member

@nhaehnle nhaehnle left a comment

Choose a reason for hiding this comment

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

LGTM

@tsymalla-AMD tsymalla-AMD merged commit f9034b8 into GPUOpen-Drivers:dev Oct 12, 2023
8 checks passed
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