Skip to content

Simple triple-nested-loop GEMM implementations in Julia and C compared

Notifications You must be signed in to change notification settings

Sacha0/TripleNestedLoopDemo.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TripleNestedLoopDemo.jl

Simple triple-nested-loop GEMM implementations in Julia and C compared. Written in collaboration with @xorJane.

performance comparison image

Performance comparison of simple triple-nested-loop dgemm implementations (specifically C = AB + C, no α or β) in Julia and C, for all loop orderings. The horizontal axis provides matrix size/shape; all matrices are square and of the same size. The vertical axis provides average GFLOPS achieved over the operation.

Find the demo in src.ipynb (via nbviewer.jupyter.org). (GitHub-rendered version here.)

About

Simple triple-nested-loop GEMM implementations in Julia and C compared

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published