"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "d2c610a1ddf464da9d83f1a6a7eec61d0dabba1e"
[Example] Introduce autotuning example for GEMM with enhanced configuration options (#360)
* Added a new example script `example_gemm_autotune.py` to demonstrate autotuning for matrix multiplication (GEMM) using TileLang. * Implemented functions for generating configurations, selecting the best configuration, and benchmarking performance. * Refactored the existing `matmul` function to support dynamic configuration parameters and improved kernel compilation. * Updated the main execution block to include command-line argument parsing for matrix dimensions and autotuning options. * Enhanced the example to validate results against a reference implementation, ensuring correctness in matrix multiplication operations.
Showing
Please register or sign in to comment