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

Master Issue for model bringup from Torch and Jax #1705

Open
3 of 21 tasks
tapspatel opened this issue Jan 6, 2025 · 0 comments
Open
3 of 21 tasks

Master Issue for model bringup from Torch and Jax #1705

tapspatel opened this issue Jan 6, 2025 · 0 comments
Assignees

Comments

@tapspatel
Copy link
Contributor

tapspatel commented Jan 6, 2025

Torch

  1. Write a model in torch
  2. Compile using torch.compile
  • Showcase torch backend and custom_backend
  • Showcase FX graph generated
  1. For custom_backend
  • Showcase stablehlo IR (mlir)
  • Showcase TT IR (mlir)
  • Showcase TTNN IR (mlir)
  1. In visualizer, have different run options
  • From stablehlo IR
  • From TT IR
  • From TTNN IR
  1. In visualizer, showcase golden accuracy information
  • For stablehlo IR
  • For TT IR
  • For TTNN IR
  1. In visualizer, showcase performance information
  • For stablehlo IR
  • For TT IR
  • For TTNN IR
  1. In visualizer, showcase memory information
  • For stablehlo IR
  • For TT IR
  • For TTNN IR

JAX

  1. Write a model in jax
  2. Compile using jax.jit
  • Showcase vhlo IR (mlir)
  • Showcase shlo IR (mlir)
  • Showcase TT IR (mlir)
  • Showcase TTNN IR (mlir)
  1. In visualizer, have different run options
  • From vhlo IR
  • From shlo IR
  • From TT IR
  • From TTNN IR
  1. In visualizer, showcase golden accuracy information
  • For vhlo IR
  • For stablehlo IR
  • For TT IR
  • For TTNN IR
  1. In visualizer, showcase performance information
  • For vhlo IR
  • For stablehlo IR
  • For TT IR
  • For TTNN IR
  1. In visualizer, showcase memory information
  • For vhlo IR
  • For stablehlo IR
  • For TT IR
  • For TTNN IR

Sub-Issues to finish goals
MLIR

tt-xla

tt-torch

@tapspatel tapspatel self-assigned this Jan 6, 2025
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

No branches or pull requests

1 participant