Conversation
### Description Remove VS 2019 code. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
|
Well, this commit together with some other issue (that no one could predict) turned out to be a problem. Here's the problem: In my case, I must be able to build ORT with both CUDA 11.8 and CUDA 12.x (as separate ORT builds, of course). From different resources (microsoft, microsoft) I learned that several VS versions with the same major version can be installed. For now, the easiest way for me to solve the problem was to add back "Visual Studio 16 2019" in build.py. Just wanted to leave this info somewhere for the future generations ;) |
|
After we removed this flag, we still built CUDDA 11.8 with VS 2022 and it did work well. Therefore I think we do not have to keep the VS 2019 there. |
Description
Remove VS 2019 code.
Motivation and Context