2023-04-22 / 最終更新日時 : 2023-04-21 admin Simulator GEMM based on the RISC-V Vector Extension (Part 3) Luffcaでは、RISC-Vベクトル拡張に基づくGEMM互換の浮動小数点行列積カーネルを作成し、AraのRTLシミュレータを用いて性能を評価しました。
2023-03-25 / 最終更新日時 : 2023-03-24 admin Simulator GEMM based on the RISC-V Vector Extension (Part 2) Luffcaでは、RISC-Vベクトル拡張に基づく行列積カーネルの転置行列対応のために、AraのRTLシミュレータを用いてベクトル ロード/ストア性能を評価しました。
2023-02-25 / 最終更新日時 : 2023-03-11 admin Simulator GEMM based on the RISC-V Vector Extension (Part 1) Luffcaでは、RISC-Vベクトル拡張に基づく倍精度、単精度及び半精度浮動小数点行列積カーネルを作成し、AraのRTLシミュレータを用いて性能を評価しました。
2022-12-24 / 最終更新日時 : 2023-01-25 admin FPGA Matrix Multiplication on FPGA with the RISC-V Vector Extension Luffcaでは、RISC-Vベクトル拡張(Vector Extention)のVicunaをFPGAボードに実装し、行列積カーネルの性能を評価しました。
2022-10-22 / 最終更新日時 : 2023-01-25 admin Simulator 1×1 Convolution based on the RISC-V Vector Extension Luffcaでは、RISC-Vベクトル拡張(RVV)に基づく1×1 convolutionカーネルを作成し、RTLシミュレータを用いて性能を評価しました。
2022-08-20 / 最終更新日時 : 2023-01-29 admin Simulator Matrix Multiplication based on the RISC-V Vector Extension Luffcaでは、RISC-Vベクトル拡張に基づく行列積カーネルを作成し、RTLシミュレータを用いて性能を評価しました。
2022-06-18 / 最終更新日時 : 2022-10-22 admin Simulator Running Auto-Vectorized Program on RISC-V Vector RTL Simulator Luffcaでは、RISC-Vベクトル拡張(RVV)を利用するため、LLVM/Clangの自動ベクトル化を用いてプログラムをビルドし、RVV仕様v1.0に準拠するVicunaのRTLシミュレータ上で実行しました。