DeepLearningPython icon indicating copy to clipboard operation
DeepLearningPython copied to clipboard

Add support for apple silicon and switched to Aesara

Open ItayXD opened this issue 2 years ago • 0 comments

Hi, Theano uses intel mkl and can't support apple silicon (M1 and the new M2). I switched to Aesara and made the necessary changes for that switch. An added benefit is support for the latest version of NumPy.

Cheers

ItayXD avatar Aug 24 '22 07:08 ItayXD