ucb-bar / cosa

A scheduler for spatial DNN accelerators that generate high-performance schedules in one shot using mixed integer programming (MIP)
BSD 2-Clause "Simplified" License
74 stars 18 forks source link

Make CoSA packagable #4

Closed gdinh closed 2 years ago

gdinh commented 2 years ago

CoSA is now packagable. In order to build, install poetry, cd into the CoSA directory, and run poetry build; this will generate a whl file in dist/ that can be installed in one command:

pip install dist/cosa_scheduler-0.1.0-py3-none-any.whl