Posts

GEMM on Raspberry Pi (4)

Blocking for cache In this part, we are using a super simple memory model with cache, so we added an additional blocking for cache. …

GEMM on Raspberry Pi (3)

Blocking for registers In this part, we are using a super simple memory model. We assume there is only main memory and registers, and …

GEMM on Raspberry Pi (2)

GEMM on Raspberry Pi (1)

Last week I got a Raspberry Pi from one friend, and I am thinking about doing something with this little board. First, let’s …

A template metaprogramming interview question

This is an interview question. It is pretty interesting. I never expect I would be asked about template metaprogramming in a job …

Rcpp的一个开发环境配置