You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] TRITON_LLVM_SYSTEM_SUFFIX to allow user-specified prebuilt llvm system (#7430)
On my machine, I have libc 2.34 (suggesting I can use ubuntu-x86), but
glibcxx 3.4.29 (the llvm build on ubuntu 22.04 bakes in a dependency on
GLIBCXX >= 3.4.30). This env variable (TRITON_LLVM_SYSTEM_SUFFIX) would
allow a user to specify ubuntu-x86, centos-x86, almalinux-x86, etc. to
specify one of the prebuilt LLVM packages.
See also: #7431, which tries to automatically identify the llvm package
based on GLIBCXX versions.
0 commit comments