Hi Henry,
The error message indicated that the installed NVIDIA CUDA driver was older than the CUDA runtime library, leading TBC to fall back on CPU operations.
Solution:
Update NVIDIA Driver:
Visit the NVIDIA Driver Download page.
Select your GPU model (NVIDIA RTX A3000) and operating system.
Download and install the latest driver available.
Restart your computer.
Install CUDA Toolkit:
Go to the CUDA Toolkit Downloads page. https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local
Download and install the latest CUDA Toolkit compatible with your GPU.
Ensure that the installation paths are correctly added to your system environment variables.
Verify Installation:
Open a Command Prompt and run nvcc --version to check the CUDA compiler installation.
After following these steps, TBC should successfully detect your GPU, enabling point cloud classification with GPU support