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

Fix broken tests for new cpu-as-device nightly test #22740

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

stonea
Copy link
Contributor

@stonea stonea commented Jul 13, 2023

We have a couple of failures in our new nightly test job for cpu-as-device for GPU support.

This PR modifies these tests so that they will no longer fail in this job.

transpose.chpl: is something we should be .skip'ifing for this job (I'll submit a followup PR to do that).

basicMem.chpl: It looks like we have some non-deterministic allocations in internal module code. This isn't really what the test is trying to lock down so it seems like we should just filter these messages out.

@stonea stonea requested a review from e-kayrakli July 13, 2023 15:44
@@ -1,3 +1,4 @@
#!/bin/sh

sed -i -e 's/0x.*/0xPREDIFFED/' $2
sed -i -e '/<internal>/d' $2
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these indeterministic calls stuff to worry about? Do you have a guess?

Copy link
Contributor

Choose a reason for hiding this comment

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

[Saw your message on slack]. It looks like "tasking layer unspecified" allocations come from qthread's internal allocations. That's as far as I am willing to investigate, and I'm fine with filtering them for the time being.

@stonea stonea merged commit 4585257 into chapel-lang:main Jul 13, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants