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

Sparlay codegen #5

Merged
merged 99 commits into from
Nov 14, 2023
Merged

Sparlay codegen #5

merged 99 commits into from
Nov 14, 2023

Conversation

zzy82518996
Copy link
Collaborator

This is a milestone pull request, in this PR, we add many new runtimes and fix the bugs exists in the old primitives:

  1. Fix bugs of many primitives.

  2. Data structure changed from std::vector< std::vector> to std::vector<DataType*>. This is to reduce the memory copy when initializing vector from exisiting array. This data structure will be changed in the future.

  3. Add the runtimes of new primitives to support more complicated format customization:

  • enumerate
  • sums
  • reorder
  • schedule
  • pad
  • pack
  1. More conversion example in MLIR added.

@zzy82518996 zzy82518996 requested review from Sibylau and ZijD May 2, 2023 16:52
@Sibylau Sibylau merged commit a75f097 into main Nov 14, 2023
1 check failed
@Sibylau Sibylau deleted the sparlay-codegen branch January 11, 2024 20:29
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.

3 participants