"examples/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "9a1fb17bd46c30110ebeadecda7d2adf9c26b289"
[Dev] Add grouped GEMM example with TileLang and PyTorch integration (#514)
* Introduced a new example script `example_grouped_gemm.py` demonstrating grouped matrix multiplication using TileLang and PyTorch. * Implemented functions for performing grouped GEMM, constructing inputs, and validating results against PyTorch's implementation. * Added command-line argument parsing for flexible input configuration, including batch sizes and matrix dimensions. * Included a test function to validate the grouped GEMM functionality with various input scenarios.
Showing
Please register or sign in to comment