Skip to content

Commit

Permalink
Add GCC install to CPU release workflow (#3538)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/FBGEMM#627

- Add GCC install to CPU release workflow

Pull Request resolved: #3538

Reviewed By: sryap

Differential Revision: D67784693

Pulled By: q10

fbshipit-source-id: d15bf8d6532cb8edda753b195ade80a57a29a8c4
  • Loading branch information
q10 authored and facebook-github-bot committed Jan 3, 2025
1 parent 3dea957 commit 84fa740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fbgemm_gpu_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
- name: Create Conda Environment
run: . $PRELUDE; create_conda_environment $BUILD_ENV ${{ matrix.python-version }}

- name: Install C/C++ Compilers for Updated LIBGCC
run: . $PRELUDE; install_cxx_compiler $BUILD_ENV ${{ matrix.compiler }}

- name: Install PyTorch Test
run: . $PRELUDE; install_pytorch_pip $BUILD_ENV ${{ github.event.inputs.pytorch_channel }} cpu

Expand Down

0 comments on commit 84fa740

Please sign in to comment.