Poetry-Compatible Triton

This is a poetry-compatible version of triton_pre_mlir

cd python/
pip install dephell[full]
dephell deps convert --from=setup.py --to=pyproject.toml
  • Because poetry doesn't support installing from a Git repo's subdirs, we had to copy-paste triton/python into this new repo.
  • Then you install like this: poetry add triton-pre-mlir@git+https://github.com/richgong/gong_triton.git