mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
In this version of intrinsics, users need to manage the life time of tiles on their own, compiler doesn't have tile type for variables not only for design simplicity but also preventing users to write bad performance code that could potentially having tile spills which are quite expensive in terms of cycles. Intrinsics are specified at the end of this document https://www.sifive.com/document-file/xsfmm-matrix-extensions-specification stack on: https://github.com/llvm/llvm-project/pull/143068 and https://github.com/llvm/llvm-project/pull/143069