CpuMath Enhancement: Fix naming of non-constant privates in perf tests for hardware intrinsics
See original GitHub issueStyle changes needed to solve part of https://github.com/dotnet/machinelearning/issues/823
Details
- In
test\Microsoft.ML.CpuMath.PerformanceTests\PerformanceTests.cs
, regarding the lineprivate float[] src, dst, original, src1, src2;
, all these non-constant privates should be prefixed with_
but it can be updated in the future PR.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Suggestions on CpuMath Enhancement · Issue #823
Listed below are CpuMath enhancement suggestions raised during PR ... CpuMath Enhancement: Fix naming of non-constant privates in perf tests ...
Read more >Using .NET Hardware Intrinsics API to accelerate machine ...
This was an opportunity to reimplement an existing codebase in managed code, using .NET Hardware Intrinsics for vectorization, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in: #943 thanks @jwood803 😄
I’ll be glad to! 😄
Thanks for the help on this!