google / gemmlowp

Low-precision matrix multiplication
Apache License 2.0
1.77k stars 451 forks source link

Python 3 support #182

Closed dibya001 closed 5 years ago

dibya001 commented 5 years ago

As python 3 going to be unsupported in Jan 2020, so is there any plan of upgrading the few python scripts inside the meta/generators folder to support python 3? The changes looks to be only the print statements ones when I ran the 2to3 tool For example:- https://github.com/google/gemmlowp/blob/master/meta/generators/cc_emitter.py

bjacob commented 5 years ago

I don't know that meta/ is maintained at the moment. Feel free to make a pull request.

dibya001 commented 5 years ago

Raised a pull request.(Merged now). Hence closing this issue.