Skip to content

Commit

Permalink
reoder the rocm build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
liligwu committed Dec 7, 2023
1 parent 5a2c43e commit de6ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/fbgemm_gpu_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ build_fbgemm_gpu_develop () {
echo "[BUILD] Building (develop) FBGEMM-GPU (VARIANT=${fbgemm_variant}) ..."
# shellcheck disable=SC2086
print_exec conda run --no-capture-output ${env_prefix} \
python setup.py build develop "${build_args[@]}"
python setup.py "${build_args[@]}" build develop

# Run checks on the built libraries
(run_fbgemm_gpu_postbuild_checks "${fbgemm_variant}") || return 1
Expand Down

0 comments on commit de6ee8f

Please sign in to comment.