-
-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
Description
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?