marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.21k stars 227 forks source link

half float and other 3rd_party problems #410

Open Sarah-Callies opened 1 year ago

Sarah-Callies commented 1 year ago

marian/src/3rd_party/half_float/umHalf.inl:347:15: error: ISO C++1z does not allow ‘register’ storage class specifier [-Werror=register] register int expDiff = one.IEEE.Exp - two.IEEE.Exp;

how to fixit ? thanks~

now , new problem occurs, and they are all about 3rd_party, so may you send the modified 3rd_party to me, thaaaaaanks