Skip to content

Conversation

@metascroy
Copy link
Contributor

No description provided.

@pytorch-bot
Copy link

pytorch-bot bot commented Mar 3, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1820

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 5 Pending

As of commit 2ec42b2 with merge base 914de78 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 3, 2025
@metascroy metascroy requested a review from drisspg March 3, 2025 21:47
@metascroy metascroy added the ci label Mar 3, 2025
@metascroy metascroy merged commit bc54ae5 into main Mar 3, 2025
16 of 18 checks passed
@drisspg drisspg added the topic: not user facing Use this tag if you don't want this PR to show up in release notes label Mar 3, 2025
}
for (int i = 0; i < m * n; i++) {
EXPECT_NEAR(output[i], test_case.expected_output[i], kTol);
EXPECT_NEAR(output[i], test_case.expected_output[i], tol);
Copy link
Contributor

Choose a reason for hiding this comment

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

wow. Dont know what happend to reduce tol

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think anything happened.

I guess the KleidiAI kernels never consistently passed the tests with the existing tolerance; they only pass about 7 out of every 8 times you run the tests (@digantdesai confirmed this). But I didn't realize this until I enabled them in CI.

Reducing tolerance makes them consistently pass (at least I didn't see any failures locally when I repeatedly ran the tests).

We still need to figure out why they don't consistently pass at the higher tolerance.

liangel-02 pushed a commit that referenced this pull request Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. topic: not user facing Use this tag if you don't want this PR to show up in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants