dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

TBB dependency

Open shssf opened this issue 5 years ago • 1 comments

Currently libtbb.so used for the C++ backend library. Need to try to replace it with sequential library (performance sensitive).

shssf avatar Sep 28 '20 01:09 shssf

Current libraries link line on linux

-lmkl_rt -lmkl_sycl -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lsycl -lOpenCL -lpthread -lm -ldl

shssf avatar Jan 31 '21 15:01 shssf