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

Ensure that we can test libcu++ against architectures < 70 #1475

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Mar 4, 2024

In our header test suite we compile headers that require a certain architecture only against those architectures that actually satisfy the requirement.

We missed the case when no architecture satisfy the constraints and we should not test that header at all.

Fixes nvbug4541374

Description

closes

Checklist

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

@miscco miscco requested review from a team as code owners March 4, 2024 08:23
@miscco miscco added nvbug Has an associated internal NVIDIA NVBug. libcu++ For all items related to libcu++ bug Something isn't working right. infrastructure Shared CMake, github, etc infrastructure backport branch/2.4.x For backporting to the 2.4.x release branch labels Mar 4, 2024
In our header test suite we compile headers that require a certain architecture only against those architectures that actually satisfy the requirement.

We missed the case when no architecture satisfy the constraints and we should not test that header at all.

Fixes nvbug4541374
@miscco miscco force-pushed the fix_header_test_architectures branch from 3e36159 to f25dd8e Compare March 4, 2024 13:53
@miscco miscco enabled auto-merge (squash) March 4, 2024 18:37
@miscco miscco merged commit a5c4747 into NVIDIA:main Mar 5, 2024
583 checks passed
Copy link
Contributor

github-actions bot commented Mar 5, 2024

GitHub Actions is not permitted to create or approve pull requests.

@miscco miscco removed the backport branch/2.4.x For backporting to the 2.4.x release branch label Mar 5, 2024
@miscco miscco deleted the fix_header_test_architectures branch March 5, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right. infrastructure Shared CMake, github, etc infrastructure libcu++ For all items related to libcu++ nvbug Has an associated internal NVIDIA NVBug.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants