OpenMP problem
Hi @meiqua , right now I can run the project normally without set OpenMP, but after setting this to 'yes' I got these error. Could you help with this problem? Thanks in advance
You can refer to this comment.
Hi @meiqua, I tried using this project as a .dll C++ CLI/CLR for my WPF C# project (already set OpenMP and AVX2 for C++ project) but the time for running the function too low (up to 2600ms)? Have you tried this algorithm for any C# project? Thanks
haven't tried C#. What's the time cost in C++ under the same condition?
Hi @meiqua , sr for the late response.
This is the result in C++
But I found that when I set AVX2 or SSE in C++ "mipp.h" always "use mipp_scalar_op.h"
When I set this in C# ( C++/CLI) it change to "math/avx_mathfun.h"
And I got this error

Do you have any idea for this case?
I use vs19, and "corecrt.h" come from C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt
c++ seems good. For c#, maybe c++ can't be used directly? There should be a standard way for c# to use c++ class.
I already tried to creaat dll C++/CLI for C# but the performance still low
Sorry, I'm not familiar with C#. But I think using same dll in C++ and C# the time should be similar.
I already tried to creaat dll C++/CLI for C# but the performance still low
how to creaat dll C++/CLI for C#? Could you help with this problem? Thanks in advance