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

[PYTHON] Fixed bug in scoping mechanism #111

Merged
merged 1 commit into from
May 19, 2021
Merged

[PYTHON] Fixed bug in scoping mechanism #111

merged 1 commit into from
May 19, 2021

Conversation

ptillet
Copy link
Collaborator

@ptillet ptillet commented May 19, 2021

Inline functions didn't restore scope of parents. Also some control flow
structure still had the scoping semantics of C++

Inline functions didn't restore scope of parents. Also some control flow
structure still had the scoping semantics of C++
@ptillet ptillet merged commit cdd57de into master May 19, 2021
@ptillet ptillet deleted the scope-fixup branch June 14, 2021 17:13
ptillet added a commit that referenced this pull request Jul 27, 2021
Inline functions didn't restore scope of parents. Also some control flow
structure still had the scoping semantics of C++
pingzhuu pushed a commit to siliconflow/triton that referenced this pull request Apr 2, 2024
Inline functions didn't restore scope of parents. Also some control flow
structure still had the scoping semantics of C++
pawelszczerbuk added a commit that referenced this pull request Nov 7, 2024
… acc (#111)

Add small tweak to the OptimizeAccumulatorInit that allows skipping initialization of the TMEM with zeros if associated MMA is not using accumulator init value.
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.

1 participant