-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add widen floating-point matrix multiplication instructions for mixed…
… precision Add move instruction between scalar registers and matrix registers for debug purpose Change mrelease to initial ms status/add mzero for security issues Remove streaming memory access instruction, Compatible with zhintntl extensions instead of customizing hint operations in extensions Support new data types int4/bf16 Add RLEN, modify MLEN definition for a clearer programming model Reorganize the matrix CSR to be more accurate and meet the RISC-V standards Modify arithmetic instructions opcode, more consistent with RISC-V coding habits New intrisic style with function overloading
- Loading branch information
Showing
8 changed files
with
604 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[submodule "shl"] | ||
path = shl | ||
url = [email protected]:T-head-Semi/csi-nn2.git | ||
branch = matrix-extension | ||
url = https://github.com/T-head-Semi/csi-nn2.git | ||
branch = matrix-extension | ||
[submodule "spec/docs-resources"] | ||
path = doc/docs-resources | ||
url = https://github.com/riscv/docs-resources.git | ||
[submodule "hhb"] | ||
path = hhb | ||
url = git@github.com:T-head-Semi/tvm.git | ||
branch = matrix-extension | ||
url = https://github.com/T-head-Semi/tvm.git | ||
branch = matrix-extension | ||
[submodule "qemu"] | ||
path = qemu | ||
url = [email protected]:T-head-Semi/qemu.git | ||
branch = thead-open-matrix-v0.2 | ||
[submodule "doc/docs-resources"] | ||
path = doc/docs-resources | ||
url = [email protected]:riscv/docs-resources.git | ||
branch = thead-open-matrix-v0.3 | ||
[submodule "xuantie-gnu-toolchain"] | ||
path = xuantie-gnu-toolchain | ||
url = [email protected]:T-head-Semi/xuantie-gnu-toolchain.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.