1 override of align
Microsoft.ML.CpuMath.PerformanceTests (1)
AvxPerformanceTests.cs (1)
14
protected override int
align
{ get; set; } = 32;
3 references to align
Microsoft.ML.CpuMath.PerformanceTests (3)
PerformanceTests.cs (3)
107
testMatrixAligned = new AlignedArray(matrixLength * matrixLength,
align
);
110
testSrcVectorAligned = new AlignedArray(matrixLength,
align
);
113
testDstVectorAligned = new AlignedArray(matrixLength,
align
);