intel-mkl-src icon indicating copy to clipboard operation
intel-mkl-src copied to clipboard

Long compilation times for `0.7.0`

Open SkBlaz opened this issue 1 year ago • 1 comments

Hi! First off, great library/project, awesome work.

I'm writing with an issue we recently observed - it's an issue related to an older version of this library (0.7.0); the dependency considered is as follows:

intel-mkl-src = {version= "0.7.0", default-features = false, features=["download", "mkl-static-lp64-seq"]}

What happens is the cargo build seems to get stuck on step 52, example output

 Compiling intel-mkl-src v0.7.0+mkl2020.1
    Building [========================>  ] 52/55: intel-mkl-src(build) 

This has been taking for hours at this point. Have two questions:

  1. Should we migrate to >0.8.0, as it seems if we omit the download flag in dependency, it works (fast).
  2. Was there any recent change that caused this behavior for 0.7.0 - would like to better understand this behavior.

Appreciate the help, thanks!

SkBlaz avatar Mar 19 '23 10:03 SkBlaz

same problem, but after you install Intel oneAPI Math Kernel Library, it could compile normally image

cnlancehu avatar Apr 30 '24 14:04 cnlancehu