k2-fsa / k2

FSA/FST algorithms, differentiable, with PyTorch compatibility.
https://k2-fsa.github.io/k2
Apache License 2.0
1.1k stars 214 forks source link

Disable find mkl #1215

Closed pkufool closed 1 year ago

pkufool commented 1 year ago

Prevent cmake from trying to link with system installed mkl since we not directly use it. mkl libraries should be linked with pytorch already.

csukuangfj commented 1 year ago

See also https://github.com/csukuangfj/kaldifeat/pull/64