microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
142 stars 27 forks source link

remove unused 'triton-shared-translate' #19

Closed manbearian closed 9 months ago

manbearian commented 9 months ago

We hit a build break in upstream Triton due to an API change. The build break occurred in triton-shared-translate. Since we don't use this binary i'm completely removing it rather than fixing the break.

Testing

I confirmed live-live (head of Triton built with head of triton-shared) builds correctly with this change.

manbearian commented 9 months ago

live-live build: https://github.com/microsoft/triton-shared/actions/runs/6536827566

manbearian commented 9 months ago

Looks good to me! What is this triton-shared-translate used for by the way?

Well its not used, that's why i deleted it :) But i think the answer you're looking for is that it ~is~ was this project's analogue to mlir-translate (a tool to convert MLIR to LLVMIR).