MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal

Last Revision:
Version 1.0, 2016-09-13
First release
Build Requirements:
Xcode 8.0 or later; iOS 10.0 SDK or later
Runtime Requirements:
iOS 10.0 or later

The Metal Performance Shaders Framework provides functions for performing generalized matrix multiplication. This sample illustrates how to create MPSMatrix objects and compute their product using MPSMatrixMultiplication compute kernels.