Some of the original code relating to AVX and SSE is dead and can be deleted including
- all of avx.cpp and avx.cs
- functions in thunk.cs that exposed avx.cpp functions, eg MatMulDX
I checked in TLC as well and the above were only used by code in NeuralNetworks/*, which will not migrate to ML.NET.
I also notice some functions in sse.cs seem dead eg MeanOfSrc
Some of the original code relating to AVX and SSE is dead and can be deleted including
I checked in TLC as well and the above were only used by code in NeuralNetworks/*, which will not migrate to ML.NET.
I also notice some functions in sse.cs seem dead eg MeanOfSrc