forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tuning] gemm tuning script v3.3 (#606)
* gemm tuning script v3.3 * Add support for EVEN_K * Output amdgcn * Extract matmul_kernel_configStr kernels into a separate file * Format python code with yapf ~/.local/bin/yapf -i --style='{based_on_style: pep8}' tune_gemm.py * Construct the tuning space, i.e. myKernels accumulatively * Better readme * typeo fix and address review comments * Fix the issue with bias_size and bias.stride * Don't allocate tensor in compilation stage * Add an option to hack the triton compiler to avoid backend query * Better README again
- Loading branch information
Showing
6 changed files
with
1,113 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.