Skip to content

Commit

Permalink
debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Nov 7, 2024
1 parent 22238e9 commit b14aeaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions continuous_integration/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ build_ci() {
export CUDA_HOME="${CONDA_PREFIX}/targets/x86_64-linux"
export PARALLEL_LEVEL=$(nproc --ignore 1)

# We want to build cuda_bindings here first
echo "moving to cuda_bindings (new location)"
cd "${REPO_DIR}/cuda_bindings"
python setup.py bdist_wheel
}

Expand Down

0 comments on commit b14aeaa

Please sign in to comment.