GladingRay

GladingRay's brain backup

简介

Tackling the Matrix Multiplication Micro-kernel Generation with EXO,https://arxiv.org/pdf/2310.17408 不知道发在什么级别的会或者期刊,
但是作者列表里有mit和ucb的人,质量应该没问题。
论文作者使用EXO写了一个Arm neon矩阵乘micro kernel代码生成器。https://github.com/adcastel/EXO_ukr_generator
因为是生成的,所以可以方便的尝试不同size的kernel。
文章包含以下内容:

  • 单线程 BLIS gemm实现算法
  • 介绍Exo语言/编译器
  • 详细介绍如何使用Exo生成arm neon高性能micro kernel
  • 展示优越性
Read more »

Test Hexo post

Welcom to hexo

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

0%