Using Nvidia GPU on Windows for running models #4488
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
There is. I just built it yesterday. You should use cmake to generate a msvc project. nvcc on windows only works with cl (MSVC compiler), not clang. I guess ninja would work too. Took me a bit longer than I want to admit to just to get this: https://github.com/bullno1/hey/blob/master/msvc.bat |
Beta Was this translation helpful? Give feedback.
-
I've checked the build on Windows recently with CUDA - it goes quite good:
|
Beta Was this translation helpful? Give feedback.
I've checked the build on Windows recently with CUDA - it goes quite good: