Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn on -buildcheck for gpus in nightly tests #26432

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jabraham17
Copy link
Member

@jabraham17 jabraham17 commented Dec 18, 2024

Removes the -no-buildcheck in all GPU configs. This is an artifact from when make check did not support GPUs, but now it does and we want to test that.

This PR does maintain -no-buildcheck in the GPU perf configs, this matches what we do for other perf configs.

[Reviewed by @e-kayrakli]

Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
@@ -5,4 +5,4 @@
# set this before sourcing common-perf
export CHPL_TEST_PERF_SUBDIR='gpu'

nightly_args="${nightly_args} -performance -perflabel gpu- -numtrials 5"
nightly_args="${nightly_args} -no-buildcheck -performance -perflabel gpu- -numtrials 5"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm OK with this as this is not a correctness config. But also curious whether there is any deep reason beyond that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a deep reason beyond the fact that many of the other perf configs do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants