Skip to content

Make compute-sanitizer not report API errors as errors #687

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

Merged
merged 2 commits into from
Jun 7, 2025

Conversation

leofang
Copy link
Member

@leofang leofang commented Jun 6, 2025

Description

We rely on driver/runtime to report API errors to us for decision making and input checking (#685). If the compute-sanitizer keeps treating API errors as real errors, we end up skipping the majority of the test suite. Before the sanitizer can suppress errors on a per-API basis, we turn --report-api-errors off globally.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@leofang leofang added this to the cuda.core beta 4 milestone Jun 6, 2025
@leofang leofang self-assigned this Jun 6, 2025
@leofang leofang added P0 High priority - Must do! test Improvements or additions to tests cuda.bindings Everything related to the cuda.bindings module labels Jun 6, 2025
@leofang leofang added the cuda.core Everything related to the cuda.core module label Jun 6, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Jun 6, 2025
Copy link
Contributor

copy-pr-bot bot commented Jun 6, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@leofang
Copy link
Member Author

leofang commented Jun 6, 2025

/ok to test 1d32e14

Copy link

github-actions bot commented Jun 6, 2025

@leofang
Copy link
Member Author

leofang commented Jun 6, 2025

cc @carterbox for vis

@leofang leofang requested a review from rwgk June 7, 2025 00:40
@leofang leofang marked this pull request as ready for review June 7, 2025 00:40
@github-project-automation github-project-automation bot moved this from Todo to In Review in CCCL Jun 7, 2025
@leofang
Copy link
Member Author

leofang commented Jun 7, 2025

Since the CI was green and the last commit was largely innocent, let me admin-merge and test it in the other PR. Thanks, Keith!

@leofang leofang merged commit a253674 into NVIDIA:main Jun 7, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Jun 7, 2025
@leofang leofang deleted the no_api_err branch June 7, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module P0 High priority - Must do! test Improvements or additions to tests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants