-
I've set NATIVE and MKL on building however I'm getting the message below on "UnitTests" project. How can I write a test using MKL provider?
relates to #453 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can build and run tests against the MKL provider by running |
Beta Was this translation helpful? Give feedback.
-
You could also download an existing MKL provider release zip archive, extract it to the right directory (out/MKL/Windows/) and then use |
Beta Was this translation helpful? Give feedback.
You could also download an existing MKL provider release zip archive, extract it to the right directory (out/MKL/Windows/) and then use
UnitTests-MKL.csprj
to build and run the unit tests.