ptillet/triton-llvm-releases

Don't require GLIBCXX_3.4.26

ezyang opened this issue · 3 comments

It would be super handy if these releases were built against an older version of glibcxx (for my particular env, 3.4.25 or earlier would work), so that these LLVM binaries can work with OSes whose glibcxx is not bleeding edge. I could submit a PR if people agree this is OK to do.

Actually, by code reading, you do have centos builds. I'll figure out why setup.py is not taking them.

@ezyang Did you manage to build a centos 8 release for the toolchain ?

I ended up using PyTorch's triton binaries at https://download.pytorch.org/whl/nightly/ , which works on my system.