Table of Contents

Interface ISPMDLane

Namespace
Misaki.HighPerformance.Mathematics.SPMD
Assembly
Misaki.HighPerformance.Mathematics.SPMD.dll

Common marker interface for SPMD lane types.

public interface ISPMDLane

Properties

LaneWidth

Gets the number of lanes (vector width) for the SPMD implementation.

public static abstract int LaneWidth { get; }

Property Value

int