DeepMLNet / DeepNet

Deep.Net machine learning framework for F#
Apache License 2.0
102 stars 9 forks source link

Always forced IntelMKL usage #44

Closed Kemsekov closed 4 months ago

Kemsekov commented 4 months ago

I have been trying to use openBLAS for several days and it all fails.

It is always asking me to use mkl and gives error of missing libraries, which cannot be installed on amd cpu.

I even added

  <PropertyGroup>
...
    <DefaultBLAS>OpenBLAS</DefaultBLAS>
  </PropertyGroup>

to my csproj yet it all fails to override IntelMKL usage

Kemsekov commented 4 months ago

I have found a way to change it

Tensor.Host.Cfg.BLASLib=BLASLib.Vendor;