Skip to content

Error: This program needs a CUDA Enabled GPU

natowi edited this page Aug 16, 2019 · 25 revisions

This error message on a computer with NVIDIA GPU

[error] This program needs a CUDA-Enabled GPU (with at least compute capability 2.0), but Meshroom is running on a computer with an NVIDIA GPU.

Solution: update/reinstall your drivers Details: #182 #197 #203

This Error message on a computer without NVIDIA GPU

The depth map computation is implemented with CUDA and requires an NVIDIA GPU.

#218 #260

[Request] Remove CUDA dependency alicevision/#439

Currently, we have neither the interest nor the resources to do another implementation of the CUDA code to another GPU framework. If someone is willing to make this contribution, we will support and help for integration.*

Can I use Meshroom without an NVIDIA GPU?

Yes, but you have to use Draft Meshing to complete the reconstruction.

Run Meshroom in the cloud

Meshroom-on-Google-Colab

Does my GPU support CUDA?

Check https://developer.nvidia.com/cuda-gpus

Why CUDA?

Background on why CUDA is more popular than OpenCL/Vulkan

CUDA vs. OpenCL

Clone this wiki locally