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

[NFC][CUDA] Include STL headers in program.cpp #2174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ProGTX
Copy link
Contributor

@ProGTX ProGTX commented Oct 4, 2024

This patch fixes the build error on Windows.
Technically only <array> was sufficient for resolving it, but it's better to include everything that the file relies on.

This patch fixes the build error on Windows.
Technically only `<array>` was sufficient for resolving it,
but it's better to include everything that the file relies on.
@ProGTX ProGTX requested a review from a team as a code owner October 4, 2024 15:15
@MartinWehking
Copy link
Contributor

Could you please clarify which build error this fixes?

@github-actions github-actions bot added the cuda CUDA adapter specific issues label Oct 4, 2024
@kbenzie
Copy link
Contributor

kbenzie commented Oct 4, 2024

Ah, this reminds me I should do a Windows+CUDA build before merging #2100.

@MartinWehking
Copy link
Contributor

Does this also affect the HIP adapter?

@kbenzie
Copy link
Contributor

kbenzie commented Oct 4, 2024

Is HIP adapter supported on Windows? I thought it wasn't.

@MartinWehking
Copy link
Contributor

Is HIP adapter supported on Windows? I thought it wasn't.

Ah yes, that's true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda CUDA adapter specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants