microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
134 stars 26 forks source link

Unify builds for cpu-backend and triton-shared #56

Closed nhat-nguyen closed 7 months ago

nhat-nguyen commented 7 months ago

Now that the cpu backend is updated to run on triton latest, we can merge the two together to make the build faster. Previously we have to build triton twice on two different commits. This also means CPU-backend will also be tested nightly.

Fixes #44