Skip to content

Commit

Permalink
Enable NVCC only for XLA's build_gpu_nvcc Kokoro job
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582199198
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Nov 14, 2023
1 parent 5159949 commit 548a766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function is_linux_gpu_job() {
}

function is_use_nvcc() {
[[ -z "${USE_NVCC:-}" ]] || [[ "$USE_NVCC" == "true" ]]
[[ "${USE_NVCC:-}" == "true" ]]
}

# Pull the container (in case it was updated since the instance started) and
Expand Down

0 comments on commit 548a766

Please sign in to comment.