• Lei Wang's avatar
    [Bugfix] Minor fix for tcgen05 (#1242) · 6882bd50
    Lei Wang authored
    
    
    * 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: default avatarZhiwen Mo <zm125@ic.ac.uk>
    6882bd50
legalize_negative_index.cc 7.22 KB