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
- Host: GitHub
- URL: https://github.com/hollance/mps-matrix-multiplication
- Owner: hollance
- Created: 2017-02-22T14:21:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T14:21:45.000Z (about 8 years ago)
- Last Synced: 2023-10-25T17:05:32.323Z (over 1 year ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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 MPSCNNTo 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/).