Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Goto-Style DGEMM in C

Demonstration of Goto-style DGEMM (Double-precision General Matrix Multiply) in C with 80% efficiency on AMD Opteron Processor 6136 without using assembly.

The purpose of this code is to show that it is very easy to write fairly efficient code in C (good algorithm + a bit of compiler hack) without using assembly. It uses GCC and SSE2 intrinsics.

It is not intended to provide clean portable implementation of DGEMM.

Efficiency

Efficiency

Algorithm

Goto-Style DGEMM

Developer

  • Yutaka Tsutano at University of Nebraska-Lincoln.

About

Goto-Style DGEMM in C

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages