Skip to content

Commit 648e57a

Browse files
q10meta-codesync[bot]
authored andcommitted
Add libtbb to CPU builds (#5106)
Summary: X-link: https://github.com/facebookresearch/FBGEMM/pull/2118 Pull Request resolved: #5106 Reviewed By: spcyppt Differential Revision: D86661474 Pulled By: q10 fbshipit-source-id: 39a5c1efc0a25d1575f25f0bccefc194799e57a2
1 parent a2d5c3a commit 648e57a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fbgemm_gpu_ci_cpu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ jobs:
182182
- name: Install C/C++ Compilers for Updated LIBGCC
183183
run: . $PRELUDE; install_cxx_compiler $BUILD_ENV ${{ matrix.compiler }}
184184

185+
- name: Install Build Tools
186+
run: . $PRELUDE; install_build_tools $BUILD_ENV
187+
185188
- name: Install PyTorch-CPU Nightly
186189
run: . $PRELUDE; install_pytorch_pip $BUILD_ENV ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.pytorch_channel_version) || 'nightly' }} cpu
187190

0 commit comments

Comments
 (0)