Hsinchu, Taiwan
4.14.26

Silicon Valley, USA
4.21.26

Beijing, China
5.12.26

Shanghai, China
5.14.26

Accelerating AI with RISC-V ISA: Lessons from Hands-On DGEMM Benchmarking

2026-06-23T06:58:45+00:00

In this article we share practical lessons from hands-on experiments implementing a DGEMM kernel on an Andes AX46MPV near cycle-accurate RISC-V simulator. A cycle-accurate simulator lets us observe performance at the granularity of individual processor cycles and instrument the code with hardware performance monitoring (HPM) counters to track cycle counts, instruction throughput, and memory activity — all without silicon.

Accelerating AI with RISC-V ISA: Lessons from Hands-On DGEMM Benchmarking2026-06-23T06:58:45+00:00

Hitting the Memory Wall: Why Cache Miss Tolerance Defines CPU Performance Now

2026-06-23T06:46:49+00:00

This article shares our experience using Google’s FlatBuffers library as a memory subsystem stress test on the Andes AX46MPV RISC-V core. Our evaluation confirmed that outstanding transaction capability delivers significant benefit, up to 39%, when memory accesses are independent, but only 6% under pointer-chasing patterns where hard data dependencies prevent parallelism.

Hitting the Memory Wall: Why Cache Miss Tolerance Defines CPU Performance Now2026-06-23T06:46:49+00:00

AndeSentry – Andes’ Security Platform

2026-06-13T13:32:16+00:00

Security has become a critical requirement across a wide range of applications, including mobile devices, automotive infotainment systems, and embedded platforms such as robotics. These systems must deliver robust security functionality with minimal performance overhead, which in turn requires tight and seamless integration between hardware and software to achieve optimal efficiency.

AndeSentry – Andes’ Security Platform2026-06-13T13:32:16+00:00
Go to Top