Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
default nvcc_threads to 8 in order to reduce build execution time (#304)
Browse files Browse the repository at this point in the history
Update the nm-build-test.yml configuration to default nvcc_threads to 8
based on experiments showing that this should help reduce build
execution time on the current gcp-k8s-build environment.

this change will impact workflows "using" nm-build-test.yml;
nm-nightly.yml, nm-release.yml, nm-weekly.yml, nm-remote-push.yml.
  • Loading branch information
derekk-nm authored Jun 12, 2024
1 parent c9d8a5d commit 96c53a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nm-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
nvcc_threads:
description: "number of threads nvcc build threads"
type: string
default: "4"
default: "8"
# test related parameters
test_label_solo:
description: "requested runner label (specifies instance)"
Expand Down

0 comments on commit 96c53a2

Please sign in to comment.