Skip to content

[NFC] Create explicit conversion pattern for ExternElementwiseOp in TT->TTGPU pass#2284

Merged
ptillet merged 3 commits intotriton-lang:mainfrom
sergeykozub:tt-mlir-extern-elementwise
Sep 13, 2023
Merged

[NFC] Create explicit conversion pattern for ExternElementwiseOp in TT->TTGPU pass#2284
ptillet merged 3 commits intotriton-lang:mainfrom
sergeykozub:tt-mlir-extern-elementwise

Conversation

@sergeykozub
Copy link
Copy Markdown
Contributor

This is needed for forward-compatibility with MLIR that now has "inherent" and "discardable" attributes (https://mlir.llvm.org/OpenMeetings/2023-02-09-Properties.pdf) and the ExternElementwiseOp attrs do not propagate with the current addNamedAttrs implementation.

…T->TTGPU pass.

This is needed for forward-compatibility with MLIR that now has "inherent" and "discardable" attributes
(https://mlir.llvm.org/OpenMeetings/2023-02-09-Properties.pdf) and the ExternElementwiseOp attrs
do not propagate with the current `addNamedAttrs` implementation.
@sergeykozub

This comment was marked as resolved.

sergeykozub and others added 2 commits September 13, 2023 09:15
…T->TTGPU pass.

This is needed for forward-compatibility with MLIR that now has "inherent" and "discardable" attributes
(https://mlir.llvm.org/OpenMeetings/2023-02-09-Properties.pdf) and the ExternElementwiseOp attrs
do not propagate with the current `addNamedAttrs` implementation.
@github-actions
Copy link
Copy Markdown

⚠️ This PR does not produce bitwise identical kernels as the branch it's merged against. Please check artifacts for details. Download the output file here.

@ptillet ptillet merged commit 896ee61 into triton-lang:main Sep 13, 2023
alexander-zinoviev pushed a commit to alexander-zinoviev/triton that referenced this pull request Sep 21, 2023
…T->TTGPU pass (triton-lang#2284)

This is needed for forward-compatibility with MLIR that now has
"inherent" and "discardable" attributes
(https://mlir.llvm.org/OpenMeetings/2023-02-09-Properties.pdf) and the
ExternElementwiseOp attrs do not propagate with the current
`addNamedAttrs` implementation.
pingzhuu pushed a commit to siliconflow/triton that referenced this pull request Apr 2, 2024
…T->TTGPU pass (triton-lang#2284)

This is needed for forward-compatibility with MLIR that now has
"inherent" and "discardable" attributes
(https://mlir.llvm.org/OpenMeetings/2023-02-09-Properties.pdf) and the
ExternElementwiseOp attrs do not propagate with the current
`addNamedAttrs` implementation.
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