|
Building dlib on a machine with an RTX 4070 GPU. This GPU has compute capability 8.9. Nevertheless cmake insists on using compute capability 5.0. Otherwise everything configures and compiles clean. Can I tell cmake what compute capability to use? Details of system:
Running the configure step shows the issue. c:\temp\dlib\build>cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 -DDLIB_USE_CUDA_COMPUTE_CAPABILITIES_STR=89 .. |
Replies: 1 comment 2 replies
|
You have to set the flag On the command line: |
You have to set the flag
On the command line: