yzh119 edited a comment on pull request #10339: URL: https://github.com/apache/tvm/pull/10339#issuecomment-1050483346
@vinx13 , refactor of MMA codegen is also finished. I deleted some unittests such as `s8u832`, `u8s8s32`, `s4u432`, `u4s4s32` because they do not conform to the standard described [here](https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#warp-level-matrix-data-types), which requires multiplicands to have the same data type. I wonder are there cases we want these `s8u8s32` in quantization? p.s. I can add these tests back if necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
