Don't require GLIBCXX_3.4.26
ezyang opened this issue · 3 comments
ezyang commented
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.
ezyang commented
Actually, by code reading, you do have centos builds. I'll figure out why setup.py is not taking them.
ezyang commented
I ended up using PyTorch's triton binaries at https://download.pytorch.org/whl/nightly/ , which works on my system.