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

Add conversion for StableHLO scatter op to TTIR and TTNN dialect #1279

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

ajakovljevicTT
Copy link
Contributor

@ajakovljevicTT ajakovljevicTT commented Nov 15, 2024

As part of the effort to run stableHLO models on TT silicon, lowering scatter op through TTIR and TTNN dialects.
This op currently has limited functionality, but enough to pass the current models, primarily due to the current limitations in tt-metal:

@ajakovljevicTT
Copy link
Contributor Author

Hi all, would appreciate if someone has the time to take a look at this PR, as it is blocking on some of the models that we are running on tt-torch. Thanks!

lib/Conversion/TTIRToTTNN/TTIRToTTNN.cpp Show resolved Hide resolved
lib/Dialect/TTIR/IR/TTIROps.cpp Outdated Show resolved Hide resolved
lib/Conversion/StableHLOToTTIR/StableHLOToTTIRPatterns.cpp Outdated Show resolved Hide resolved
lib/Dialect/TTIR/IR/TTIROps.cpp Outdated Show resolved Hide resolved
@ajakovljevicTT ajakovljevicTT force-pushed the ajakovljevic/add_stable_hlo_scatter_op branch 3 times, most recently from cc8c256 to 8e70f17 Compare November 29, 2024 14:31
@ajakovljevicTT ajakovljevicTT force-pushed the ajakovljevic/add_stable_hlo_scatter_op branch from 8e70f17 to 133d6e1 Compare November 29, 2024 15:55
@ajakovljevicTT ajakovljevicTT merged commit c4b3dff into main Dec 2, 2024
19 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.

4 participants