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

Merge from Evan's batched gemm scaling beyond 32 #3

Merged

Conversation

vqd8a
Copy link
Owner

@vqd8a vqd8a commented Dec 5, 2021

No description provided.

  - Rework handling of partial rows/cols.
    Rather than increasing the league_size,
    use 1 more thread per team for each
    REG_M/REG_N overstep of tile_m/tile_n.
  - Also refactor pre-fetching loops to avoid
  duplicate index calculations.
  - Initial pass at pre-fetch loops for 0th k-tile.
  - Second pass at pre-fetch loops for all k tiles.
  - Third pass at pre-fetch loops for all k tiles.
@vqd8a vqd8a merged commit 3ce0ee5 into vqd8a:batched_gemm_fix Dec 5, 2021
vqd8a pushed a commit that referenced this pull request Oct 5, 2022
.github/workflows: Switch kokkos branch to match PRs target branch
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.

2 participants