Qianshui-Jiang opened a new pull request, #13642:
URL: https://github.com/apache/tvm/pull/13642

   In this PR, we add support for Intel® AMX(Advanced Matrix Extensions) 
through Tensor intrinsics;
   
   we chose to enabled the AMX support and INT8 intrinsics and dense op at 
first, which includes:
   1. Add building options and LLVM AMX intrinsic target detection ;
   2. Register a global AMX init and config function;
   3. LLVM AMX intrinsic integrated as Tensor intrinsic (1 for microkernel 
computation and 1 for accumulation tile store);
   4. Add test case on u8s8s32 matmul usding the AMX Tensor intrinsics;
   5. Integration of int8 dense kernel,  testcase also added;
   
   BF16 and more op are going to be considered in the future.


-- 
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]

Reply via email to