Skip to content

Dependencies

wo80 edited this page Sep 17, 2018 · 8 revisions

Intel MKL

A free community license for Intel's Math Kernel Library is available at https://software.intel.com/en-us/performance-libraries.

The MKL solvers in this project depend on the following shared libraries to be available:

For x64:

  • libiomp5md.dll
  • mkl_core.dll
  • mkl_intel_thread.dll
  • mkl_p4.dll
  • mkl_rt.dll
  • mkl_sequential.dll

For x86:

  • libiomp5md.dll
  • mkl_core.dll
  • mkl_def.dll
  • mkl_intel_thread.dll
  • mkl_rt.dll
  • mkl_sequential.dll

CUDA

The CUDA runtime can be downloaded from https://developer.nvidia.com/cuda-downloads (actually it's the compete SDK, there's no separate download for the runtime).

The CUDA solvers in this project depend on the following shared libraries to be available (only x64 is supported):

  • cudart64_92.dll
  • cusolver64_92.dll
  • cusparse64_92.dll
Clone this wiki locally