I am using MKL for a C# program, via dllimport. I only use its BLAS functionality and want to minimize the number of dependent DLLs that come with BLAS.
How do I select the right DLLs to redistribute together with my C# program?
Thanks.
I am using MKL for a C# program, via dllimport. I only use its BLAS functionality and want to minimize the number of dependent DLLs that come with BLAS.
How do I select the right DLLs to redistribute together with my C# program?
Thanks.