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

SetupDeps before SetupOptions #49

Merged
merged 2 commits into from
Jan 24, 2024
Merged

SetupDeps before SetupOptions #49

merged 2 commits into from
Jan 24, 2024

Conversation

brryan
Copy link
Collaborator

@brryan brryan commented Jan 23, 2024

This PR reverts a recent change so that SetupDeps precedes SetupOptions in CMakeLists. This change was made in #47 but it's breaking GPU compilation for me (the code finds CUDAToolkit in SetupDeps and checks for CUDA::toolkit in SetupOptions. @Yurlungur I'm not sure why this change was made, is it safe to revert?

@brryan
Copy link
Collaborator Author

brryan commented Jan 23, 2024

CI says yes this change is necessary. Let me see if I can fix in a CUDA-friendly way.

@Yurlungur
Copy link
Collaborator

I don't remember making this change. Do both cuda and the CI like it now?

@brryan brryan requested a review from Yurlungur January 24, 2024 19:54
@brryan
Copy link
Collaborator Author

brryan commented Jan 24, 2024

@Yurlungur yeah this compiles for me with cuda and the CI seems happy. I think it is ready for review/merge.

@Yurlungur Yurlungur merged commit 5c6c1e3 into main Jan 24, 2024
1 check passed
@Yurlungur Yurlungur deleted the brryan/setupdeps_opts branch January 24, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants