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

[FRONTEND] Wrap experimental TMA descriptor creation into a helper #4179

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

ThomasRaoux
Copy link
Collaborator

We need to potentially flush the TMA cache when re-using TMA memory. In order to make it safe we flush the cache for every TMA descriptor created.

We need to potentially flush the TMA cache when re-using TMA memory.
In order to make it safe we flush the cache for every TMA descriptor created.
@ThomasRaoux ThomasRaoux merged commit 416600a into triton-lang:main Jun 20, 2024
6 checks passed
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Differential Revision: D61729239
embg pushed a commit to embg/benchmark that referenced this pull request Aug 23, 2024
Summary:
This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/benchmark that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

Pull Request resolved: pytorch#2435

X-link: pytorch/FBGEMM#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/benchmark that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

Pull Request resolved: pytorch#2435

X-link: pytorch/FBGEMM#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
embg pushed a commit to embg/FBGEMM that referenced this pull request Aug 23, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: pytorch#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239
facebook-github-bot pushed a commit to pytorch/FBGEMM that referenced this pull request Aug 26, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

X-link: pytorch/benchmark#2435

Pull Request resolved: #3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239

fbshipit-source-id: 8ce25b7c230c3f4ad960f76aa0dd29626c8ee4d2
facebook-github-bot pushed a commit to pytorch/benchmark that referenced this pull request Aug 26, 2024
Summary:
X-link: facebookresearch/FBGEMM#124

Pull Request resolved: #2435

X-link: pytorch/FBGEMM#3027

This PR is a dependency of the grid_constant PR. The API for TMA descriptor fill methods was changed, so I fixed up all usages in fbcode.

triton-lang/triton#4179

Reviewed By: minjang

Differential Revision: D61729239

fbshipit-source-id: 8ce25b7c230c3f4ad960f76aa0dd29626c8ee4d2
bertmaher pushed a commit to bertmaher/triton that referenced this pull request Dec 10, 2024
…riton-lang#4179)

We need to potentially flush the TMA cache when re-using TMA memory. In
order to make it safe we flush the cache for every TMA descriptor
created.
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