Learn-iOS-Swift-by-Examples/MPSMatrixMultiplication
Liu Lantao d27c6f3665 MPSMatrixMultiplication: Version 1.0, 2016-09-13
First release

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.
2016-12-24 12:11:11 +08:00
..
MPSMatrixMultiplication MPSMatrixMultiplication: Version 1.0, 2016-09-13 2016-12-24 12:11:11 +08:00
MPSMatrixMultiplication.xcodeproj MPSMatrixMultiplication: Version 1.0, 2016-09-13 2016-12-24 12:11:11 +08:00
LICENSE.txt MPSMatrixMultiplication: Version 1.0, 2016-09-13 2016-12-24 12:11:11 +08:00
README.md MPSMatrixMultiplication: Version 1.0, 2016-09-13 2016-12-24 12:11:11 +08:00

README.md

MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal

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.

Requirements

Build

Xcode 8.0 or later; iOS 10.0 SDK or later

Runtime

iOS 10.0 or later

Device Feature Set

iOS GPU Family 2 v1 iOS GPU Family 2 v2 iOS GPU Family 3 v1

Copyright (C) 2016 Apple Inc. All rights reserved.