Learn-iOS-Swift-by-Examples/MPSMatrixMultiplication/README.md

22 lines
550 B
Markdown

# 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.