Skip to content

Commit

Permalink
Nova job update (#3704)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/FBGEMM#792

- Update Nova jobs to account for CUDA 12.8 builds.  This appears to fix the existing nova builds for both aarch64 and x86

Pull Request resolved: #3704

Reviewed By: sryap, spcyppt

Differential Revision: D69805713

Pulled By: q10

fbshipit-source-id: b413df76ea36c21f754371cc324f33e3d75e5551
  • Loading branch information
q10 authored and facebook-github-bot committed Feb 18, 2025
1 parent 19f3713 commit b8733ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/nova_dir.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ if [[ "$CONDA_ENV" != "" ]]; then export CONDA_RUN="conda run --no-capture-outpu

if [[ "$CU_VERSION" == "cu121" ]] ||
[[ "$CU_VERSION" == "cu124" ]] ||
[[ "$CU_VERSION" == "cu126" ]]; then
[[ "$CU_VERSION" == "cu126" ]] ||
[[ "$CU_VERSION" == "cu128" ]]; then
export TORCH_CUDA_ARCH_LIST="7.0;8.0;9.0;9.0a"
echo "Set TORCH_CUDA_ARCH_LIST to: ${TORCH_CUDA_ARCH_LIST}"

Expand Down

0 comments on commit b8733ec

Please sign in to comment.