"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "0a64d94253d3df0065f497ab8fef9e4be8194d57"
[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