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

retrying with maximize_coincidence #115

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)));
  • Fix: 6d transposed matmul scheduler
  • randn < 2 kernels including scalar parts

@hikettei hikettei changed the title Post-MultiExpr Simplification (along subdomain) retry the scheduling Sep 26, 2024
@hikettei hikettei marked this pull request as ready for review September 26, 2024 08:02
@hikettei hikettei changed the title retry the scheduling retrying with maximize_coincidence Sep 26, 2024
@hikettei hikettei merged commit edfb18f into main Sep 26, 2024
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