-
Notifications
You must be signed in to change notification settings - Fork 159
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 ci scripts for windows #251
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
We are installing via the network installer by issueing:
EDIT: According to https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html it is indeed not sufficient |
I added |
4fe18c1
to
cbbd1ab
Compare
I got all projects to finally compile 🎉 |
627b797
to
7749a7d
Compare
sccache currently does not support the `-v` flag on MSVC. Also we cannot use it to test for supported compile flags as it will just break. Finally on windows we want to compile with `--use-local-env` to avoid nvcc setting up the environment every time
… to work with MSVC
I'm seeing this, did something get reverted in the changes to make CUB able to ignore curand missing?
|
This has my approval once CI is green. |
I think the curand not found error is because this PR updates to the 23.10 devcontainer images and @trxcllnt made some changes to slim down our images by removing some of the CTK libs. Looks like cuRand was inadvertently removed for CCCL's images. |
I have removed RDC support for now. I believe it would be better to merge this as is an fix RDC support in a followup PR. @jrhemstad what do you think? |
I have opened rapidsai/devcontainers#153 for the missing curand dependency |
Do not run the examples on windows as we do not have GPU runners with windows images yet
This adds ci scripts for windows that are derived from our linux build scripts and should work similarly
contributes to #248