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

Enhancement: MultiExpr in the same domain #114

Merged
merged 5 commits into from
Sep 26, 2024
Merged

Conversation

hikettei
Copy link
Owner

@hikettei hikettei commented Sep 26, 2024

  • Post-MultiExpr (Completely Equivalent Domain)
  • Post-MultiExpr (where subdomain is the equivalent)
  • Index-Component-Fusion
  • Add the following transform pattern to EXPR:
  • More Restrict Schedule test in nn or ajit (e.g.: Embedding in one kernel)
val_445[(_gid0+0)] = (val_456_0^((val_445[(_gid0+0)]*32768)+(uint32_t)((float)val_445[(_gid0+0)]*7.6293945e-6)));
->
float _tmp_0 = val_445[_gid0+0];
val_445[_gid0+0] = (val_456_0^((_tmp_0*32768)+(uint32_t)((float)_tmp_0*7.6293945e-6)));
``

@hikettei hikettei marked this pull request as ready for review September 26, 2024 05:36
@hikettei hikettei merged commit 5013f23 into main Sep 26, 2024
2 of 4 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