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

Introduce Pointer Adress to caten/aasm, and revisit the semantic of :MOVE #160

Merged
merged 6 commits into from
Nov 4, 2024

Conversation

hikettei
Copy link
Owner

@hikettei hikettei commented Nov 4, 2024

:MOVE is an operation where:

A <- MOVE(B, C)

Destructivey moves all the visible elements of C into B, the address of A is the address of B (to keep DAG)

Changes

  • We need to introduce a pointer address inference to our IR
    • JITAble now have a storage-id-src and storage-id-dst, let's rewrite w/ them.
    • make an alias for :MOVE
  • Fix for Padding2D
  • Fix for Backward
  • Remove graph-propagate-reduction
  • Sort the schedule item properly

@hikettei hikettei mentioned this pull request Nov 4, 2024
26 tasks
@hikettei hikettei merged commit a0f1426 into develop Nov 4, 2024
2 of 5 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.

1 participant