Blog2026-08-25T23:26:12+00:00

Articles

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

By |June 23rd, 2026|

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.

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

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

By |June 15th, 2026|

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.

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

AndeSentry – Andes’ Security Platform

By |June 11th, 2026|

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.

Comments Off on AndeSentry – Andes’ Security Platform

Why Attend

Go to Top