A kernel for performing a pointwise summation of a matrix.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Metal Performance Shaders
Declaration
class MPSMatrixSum : MPSKernel
A kernel for performing a pointwise summation of a matrix.
SDKs
Framework
class MPSMatrixSum : MPSKernel
class MPSMatrix Multiplication
A matrix multiplication kernel.
class MPSMatrix Vector Multiplication
A matrix-vector multiplication kernel
class MPSMatrix Find Top K
A kernel for computing the top-K values and their corresponding indices in a matrix.