Skip to content

Commit d9c0110

Browse files
committed
Enable TRITON_EXT_ENABLED for Wheels Build (#9935)
Enable Triton+LLVM symbol visibility by default to allow extensions to be natively shipped/package with Triton. This is part of the co-design of shipping extensions with PyTorch Triton release w/ @atalman. (cherry picked from commit bf0e8a2)
1 parent 282c825 commit d9c0110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# of RAM and OOMs while building if we give it the default number of
7373
# workers (2 * NUM_CPUs).
7474
export CIBW_ENVIRONMENT="MAX_JOBS=4 \
75+
TRITON_EXT_ENABLED=ON \
7576
TRITON_BUILD_WITH_CLANG_LLD=1"
7677
7778
# required to build Python 3.14 with cibuildwheel 2.23.3

0 commit comments

Comments
 (0)