clab / dynet

DyNet: The Dynamic Neural Network Toolkit
Apache License 2.0
3.43k stars 703 forks source link

How does it run on an M1 Mac? #1644

Closed kwalcock closed 2 years ago

kwalcock commented 2 years ago

I suppose that a C++ build for an Intel Mac can run using Rosetta. Is anyone able to verify?

Can DyNet be readily built to run natively on an M1 Mac?

In order to be called from Java, which might start out looking like an M1 application, will it work to use the Intel build or would one use the Intel Java in order to not confuse things?

Thanks for the hints. I don't have a machine yet to try it on.

kwalcock commented 2 years ago

Thanks! In the meantime we had come to the same conclusion.