Feature Request: Improve CI speed of CUDA on Windows #10486
Closed
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
The whole CI of a PR takes about 50+minutes.
Following two tasks take 50+ and 40+mins:
windows-latest-cmake-cuda (12.2.0, cuda)
windows-latest-cmake-cuda (11.7.1, cuda)
Other tasks takes time less than 25ms.
Motivation
If the CI time is reduced to 30min from 50+mins, it will save more time of developers.
Speed up the progress of project.
Possible Implementation
No response