An open API service indexing awesome lists of open source software.

https://github.com/hollance/mps-matrix-multiplication

Playing with the Metal Performance Shaders matrix multiplication kernel
https://github.com/hollance/mps-matrix-multiplication

Last synced: about 1 month ago
JSON representation

Playing with the Metal Performance Shaders matrix multiplication kernel

Awesome Lists containing this project

README

        

# 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](http://machinethink.net/blog/mps-matrix-multiplication/).