cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
326 stars 92 forks source link

[Refactor] Make HeteroCL Python 3 compatible #103

Closed seanlatias closed 5 years ago

seanlatias commented 5 years ago

Python 2.7 Will Be Deprecated Starting from Jan 01 2020

This is why we need this PR. Later development should follow this new CI test, where we test for both Python 2 and Python 3. And one day we will remove the support for Python 2 before 2020.

This PR also allows the simultaneous installation of HeteroCL and TVM.