Skip to content

10x-Engineers/matmul_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matmul_kernel

Run C code:

clang -O3 -mno-avx512f -march=native -DTEST -DNITER=100 matmul_kernel.c -o matmul_kernel.out && ./matmul_kernel.out

Run mojo code:

magic run mojo build matmul_kernel.mojo && ./matmul_kernel

Run Python code (numpy matmul):

python3 matmul_numpy.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published