-
Notifications
You must be signed in to change notification settings - Fork 351
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
CI: Windows + CUDA #1585
base: development
Are you sure you want to change the base?
CI: Windows + CUDA #1585
Conversation
10210ac
to
8d538eb
Compare
bd5e7cc
to
5f570f2
Compare
833a7a5
to
a1c0e8f
Compare
@robertmaynard not sure if relevant to your tasks, but we enabled With this CI build (Windows + CUDA), I am still puzzled. |
@ax3l May be add a cron option to |
I think you want the Ninja generator correct? But the CI config doesn't have an explicit Generator specified so you are getting Visual Studio ( I think that is the problem ). |
I tried |
4c188b0
to
c092b4b
Compare
I am caching the download, but if it gets to build at some point and if it still runs a long time, then we should definitely do that. |
``` CMake Error at C:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCUDACompiler.cmake:166 (message): Could not find nvcc, please set CUDAToolkit_ROOT. ```
Update CI modules, OS and CUDA
24169e8
to
e197b73
Compare
Assume correctly installed
a2305ab
to
d8511e9
Compare
Should be automatically installed for VS2022: https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/#sample-projects
Summary
This a CI entry for Windows MSVC + CUDA.
@robertmaynard @WeiqunZhang @mic84
Additional background
The install of CUDA takes about 10min, but we cache its install after the first run (this cache will be evicted after 7 days of inactivity).
Checklist
The proposed changes: