Skip to content

Playing with the Metal Performance Shaders matrix multiplication kernel

Notifications You must be signed in to change notification settings

hollance/MPS-Matrix-Multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Metal Performance Shaders Matrix Multiplication

This app compares the speed of the matrix multiplication routines from the Metal Performance Shaders framework with:

  • BLAS (Accelerate framework)
  • fully-connected layer from MPSCNN

To run the app you need Xcode 8 and an iOS 10-compatible device with at least an A8 processor.

See also the blog post.

About

Playing with the Metal Performance Shaders matrix multiplication kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages