"lightx2v/vscode:/vscode.git/clone" did not exist on "2e3472a7c513a16521a6221d67f17a5cbceba03c"
  • Lei Wang's avatar
    Refactor matrix multiplication benchmark and autotuner logging (#263) · 8c94de32
    Lei Wang authored
    - Updated `ref_program` in `benchmark_matmul.py` to remove the unused parameter `C`, simplifying the function signature.
    - Changed logging level in `autotuner/__init__.py` from `INFO` to `DEBUG` for more detailed logging during autotuning.
    - Modified the error handling in the autotuner to provide clearer messages and log errors at the debug level.
    - Enhanced error reporting in the JIT adapter by adding detailed context to error messages in `cython_wrapper.pyx` when kernel calls fail.
    8c94de32
benchmark_matmul.py 9.94 KB