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

default nvcc_threads to 8 in order to reduce build execution time #304

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading