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

[Experimental] Parallelize Graphs on multiple numa nodes #152

Open
4 of 6 tasks
crazydemo opened this issue Jul 5, 2024 · 0 comments · May be fixed by #154 or #153
Open
4 of 6 tasks

[Experimental] Parallelize Graphs on multiple numa nodes #152

crazydemo opened this issue Jul 5, 2024 · 0 comments · May be fixed by #154 or #153
Assignees
Labels

Comments

@crazydemo
Copy link
Contributor

crazydemo commented Jul 5, 2024

  • Added transform pass for splitting graphs
  • Add split op in tensor dialect
  • alloc test buffers on asigned numa node via python scripts
  • update deep tiled matmul loop generation to adapt to numa control
  • bind deep tiled matmul to the expected numa node
  • bufferize tensor.concat / tensor.split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment