8000 Attempt to fix FBGEMM CPU build (#3499) · pytorch/FBGEMM@5c16f4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c16f4b

Browse files
huydhnfacebook-github-bot
authored andcommitted
Attempt to fix FBGEMM CPU build (#3499)
Summary: X-link: facebookresearch/FBGEMM#578 Attempt to fix https://github.com/pytorch/FBGEMM/actions/runs/12209285300/job/34063862021 before we have the new manywheel 2.28 container with the new toolchain available. ### Testing Looks ok now https://github.com/pytorch/FBGEMM/actions/runs/12283462291 Pull Request resolved: #3499 Reviewed By: q10 Differential Revision: D67110022 Pulled By: huydhn fbshipit-source-id: 74ff8c19565d24c7c1d7074190fff2c305dcaa33
1 parent 4dac248 commit 5c16f4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/nova_dir.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ if [[ "$working_dir" == "$FBGEMM_REPO" ]]; then cd fbgemm_gpu || echo "Failed to
1313
## Build clean/wheel will be done in pre-script. Set flag such that setup.py will skip these steps in Nova workflow
1414
export BUILD_FROM_NOVA=1
1515

16+
## TODO (huydhn): Remove this when Nova is moving to manywheel 2.28
17+
export SET_GLIBCXX_PRELOAD=1
18+
1619
## Overwrite existing ENV VAR in Nova
1720
if [[ "$CONDA_ENV" != "" ]]; then export CONDA_RUN="conda run --no-capture-output -p ${CONDA_ENV}" && echo "$CONDA_RUN"; fi
1821

0 commit comments

Comments
 (0)
0