c-ewing
c-ewing
Yes, your GPU is likely to old to use CUDA 12. CUDA 12 requires a compute capability of 5.0+, as per the [Nvidia site](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#compute-capabilities). See [here](https://developer.nvidia.com/cuda-gpus) for compatible GPUs with...
@furbrain Do you mind if i take this over as there hasn't been any progress in a little while? I believe I have a working solution that addresses some of...
There are docker files for compiling AliceVision in the `docker` folder, are you using those? If not are you building your image based on one of the appropriate [nvidia/cuda](https://hub.docker.com/r/nvidia/cuda/) reference...
Removed the change to `CPU_CORES` as ENV cannot be dynamically set via script. Additionally I believe `cmake -j` is being used incorrectly but that's for another PR/commit