In the public release we state: "The binaries are built with CUDA-12 and are compatible with compute capability >= 5.0."
However, internally we still reference at least cc2.0:
|
ALICEVISION_LOG_ERROR("This program needs a CUDA-Enabled GPU (with at least compute capability 2.0)."); |
Should this be updated?
In the public release we state: "The binaries are built with CUDA-12 and are compatible with compute capability >= 5.0."
However, internally we still reference at least cc2.0:
AliceVision/src/software/pipeline/main_depthMapEstimation.cpp
Line 253 in 48c8f8f
Should this be updated?