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

Reenable nvrtc tests #488

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Reenable nvrtc tests #488

merged 2 commits into from
Sep 26, 2023

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Sep 26, 2023

During a recent refactor there was a typo that lead to the nvrtc tests to not run. Fix that bug and also move nvrtc tesst definition to its own file so that we encapsulate all logic there.

@miscco miscco requested review from a team as code owners September 26, 2023 09:36
@miscco miscco requested review from jarmak-nv and griwes and removed request for a team September 26, 2023 09:36
@@ -41,7 +41,7 @@ jobs:
CUDA_VERSIONS: ${{steps.set-outputs.outputs.CUDA_VERSIONS}}
HOST_COMPILERS: ${{steps.set-outputs.outputs.HOST_COMPILERS}}
PER_CUDA_COMPILER_MATRIX: ${{steps.set-outputs.outputs.PER_CUDA_COMPILER_MATRIX}}
NVRTC_MATRIX: ${{steps.set-outputs.outputs.matrix}}
NVRTC_MATRIX: ${{steps.set-outputs.outputs.NVRTC_MATRIX}}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note, this is the main fix

currently we did not enable the interoperability of `cuda::std::complex` with `std::complex` for MSVC

Fix this to enable it for `thrust::complex`
During a recent refactor there was a typo that disabled the nvrtc tests
@miscco miscco merged commit 76642db into NVIDIA:main Sep 26, 2023
502 checks passed
@miscco miscco deleted the fix_nvrtc branch September 26, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants