pfnet-research / menoh

Menoh: fast DNN inference library with multiple programming language support
MIT License
279 stars 34 forks source link

re-enable Travis-CI builds for osx by not using mkl-dnn provided by Homebrew #231

Closed msakai closed 4 years ago

msakai commented 4 years ago

In #228 I disabled osx builds on Travis-CI because Menoh does not yet support newer mkl-dnn (oneDNN) installed by current Homebrew.

This PR re-enable osx builds by not using mkl-dnn provided by Homebrew.