"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "a671ef89ea4cc131f30d7b0fa5d4651c187e6f0b"
[Bugfix] Minor fix for tcgen05 (#1242)
* Add correctness evaluation script for GEMM v2
- Introduced a new Python script `correctness_evaluation_tcgen05.py` for testing the correctness of GEMM v2 implementations using pytest.
- Implemented matrix multiplication and compilation checks, along with parameterized tests for various input configurations.
- Enhanced the testing framework to validate GEMM operations with different data types and configurations, ensuring robustness in the implementation.
- Updated logging in `legalize_negative_index.cc` to reduce verbosity by changing from WARNING to DLOG.
- Adjusted assertions in `tcgen05_macro_generator.py` to accommodate new warp size requirements for improved performance.
- Removed unused variable in `gemm_tcgen05.py` to streamline the codebase.
* lint fix
---------
Co-authored-by:
Zhiwen Mo <zm125@ic.ac.uk>
Showing
Please register or sign in to comment