Setting up RVV Toolchain
Using Millennium A12 machine
Create target directory
Clone riscv-gnu-toolchain repository
To enable fp16 support, we need GCC 14.1.0
The gcc submodule is from https://gcc.gnu.org/git/gcc.git, but here is a Github mirror of it that is more convenient to work with and reference:
Configure the project
And build
Last updated