/riscv-linux-vector-example

Simple example for RISC-V Linux Vector

Primary LanguageC++Apache License 2.0Apache-2.0

RISC-V Linux Vector Example

This is a simple dot product calculation program to demonstrate Linux's userspace RVV capabilities.

Requires a toolchain with kernel headers from here, since upstream Linux does not support RVV yet (as of June 2023).