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

Add target architectures as features #1539

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

cbezault
Copy link
Contributor

@cbezault cbezault commented Dec 17, 2020

The nvcc tests are only meant to be run when testing the x64 version of the STL so when they were added I made them require an x64 feature. However, I forgot to add that feature when adding the tests and so the tests were just always skipped.
This PR makes all the target architectures also features.

@cbezault cbezault added bug Something isn't working test Related to test code labels Dec 17, 2020
@cbezault cbezault requested a review from a team as a code owner December 17, 2020 03:27
@cbezault cbezault added the high priority Important! label Dec 17, 2020
@StephanTLavavej StephanTLavavej self-assigned this Dec 17, 2020
@StephanTLavavej StephanTLavavej merged commit 2914b43 into microsoft:master Dec 18, 2020
@StephanTLavavej
Copy link
Member

🎯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority Important! test Related to test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants