Open
Description
Style changes needed to solve part of #823
Details
- In
src\Microsoft.ML.CpuMath\SseIntrinsics.cs
, it may make sense to add someDebug.Asserts
to check thesrc
anddst
Lengths match. However, these are internal functions that are only called from functions that guarantee the arguments are checked, so it might not be a blocking issue. It just may be some nice documentation on the expectations of these methods. And in case they get new callsites in the future.