browsermt / marian-dev

Fast Neural Machine Translation in C++ - development repository
https://marian-nmt.github.io
Other
20 stars 7 forks source link

Applefixes #38

Closed XapaJIaMnu closed 3 years ago

XapaJIaMnu commented 3 years ago

Description

This patch is mostly a backport of detecting apple accelerate from marian-dev/master, giving a boost of native performance when running on mac.

I also simplified some of the spaghetti for BLAS detection definition because there were some cases that were broken in the previous iteration.

Checklist