Upload raw logs to Manifold with env "TRITONPARSE_TRACE_MANIFOLD" (#360)#360
Closed
Upload raw logs to Manifold with env "TRITONPARSE_TRACE_MANIFOLD" (#360)#360
Conversation
Contributor
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 20, 2026
Summary: X-link: meta-pytorch/tritonbench#961 Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage. Reviewed By: FindHao Differential Revision: D94970563
de7ff13 to
b4ed526
Compare
xuzhao9
added a commit
that referenced
this pull request
Mar 20, 2026
Summary: Pull Request resolved: #360 X-link: meta-pytorch/tritonbench#961 Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage. Reviewed By: FindHao Differential Revision: D94970563
b4ed526 to
44c7d74
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 20, 2026
Summary: X-link: meta-pytorch/tritonbench#961 Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage. Reviewed By: FindHao Differential Revision: D94970563
44c7d74 to
13dc01c
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
Summary: X-link: meta-pytorch/tritonbench#961 Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage. Reviewed By: FindHao Differential Revision: D94970563
13dc01c to
03b5c55
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
Summary: X-link: meta-pytorch/tritonbench#961 Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage. Reviewed By: FindHao Differential Revision: D94970563
03b5c55 to
2962fb6
Compare
Summary: Pull Request resolved: #360 X-link: meta-pytorch/tritonbench#961 Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage. Reviewed By: FindHao Differential Revision: D94970563
2962fb6 to
506a571
Compare
Contributor
|
This pull request has been merged in e3bae57. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
X-link: meta-pytorch/tritonbench#961
Add Manifold upload support for tritonparse traces as an alternative to Logarithm. When enabled via the TRITONPARSE_TRACE_MANIFOLD env var, traces are automatically uploaded to the pyper_traces Manifold bucket on stream cleanup, providing more accessible and persistent trace storage.
Reviewed By: FindHao
Differential Revision: D94970563