linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.fill

Description

Fills the cooperative matrix with the specified value.

Signature

void linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUseR>.fill(
    T t)
    where T : ICoopElement;

Parameters

t : T

The value to fill the matrix with.

Availability and Requirements

Defined for the following targets:

hlsl

Available in all stages.

cuda

Available in all stages.

metal

Available in all stages.

spirv

Available in all stages.

Requires capability: spvCooperativeMatrixKHR.