Posts by Tags

CPU

Co-simulation

less than 1 minute read

Published:

I plan to extend RTL model in course project with RISCV_Simulator as the golden model, specifically, adding a cache(MMU) and branch predictor, and develop a co-simulation platform on verilator utilizing DPI-C

algorithm

code ref

MILLION

less than 1 minute read

Published:

KV cache acceleration based on product quantization
the official repository is worth learning for its programming wisdom(ABC(abstract base class), AOP…) and plug-and-play integration(Context manager and Injector) into Llama inference framework

dnnweaver2

Dnnweaver2

12 minute read

Published:

Simulator framework for dnn accelerators

gpgpusim

Add TLB to GPGPUSim

less than 1 minute read

Published:

Although tlb have been supported in Accel-Sim, my implementation is on the basis of gpgpu-sim v3.2.0.

hardware

kernels

micro architecture

multiplier

Multiplier

2 minute read

Published:

Analysis of different implementation of multiplier, summarize from SoC(MST3319) and CA(MST3305)

paper reproduction

Add TLB to GPGPUSim

less than 1 minute read

Published:

Although tlb have been supported in Accel-Sim, my implementation is on the basis of gpgpu-sim v3.2.0.

verilator

Co-simulation

less than 1 minute read

Published:

I plan to extend RTL model in course project with RISCV_Simulator as the golden model, specifically, adding a cache(MMU) and branch predictor, and develop a co-simulation platform on verilator utilizing DPI-C