hollance / MPS-Matrix-Multiplication

Playing with the Metal Performance Shaders matrix multiplication kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Swift 100.0%