isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.37k stars 2.29k forks source link

code=98 (cudaErrorInvalidDeviceFunction) #1830

Closed vaibhavDevariya closed 3 years ago

vaibhavDevariya commented 4 years ago

Hi all,

I am facing Cuda error while running ScalableFusionCuda.cpp

The error: CUDA error at D:\Open3D\src\Cuda\Container\MemoryHeapCudaKernel.cuh:26 code=98(cudaErrorInvalidDeviceFunction) "cudaGetLastError()"

Environment

OS - Windows 10 Cuda Toolkit - 10.1 GPU - RTX 2060 Cuda Driver - 441.22 I could use some help on the issue and Thank you in advance for your help

yxlao commented 4 years ago

This is for the forked repo: https://github.com/theNded/Open3D. @theNded could potentially help with this.

theNded commented 3 years ago

Deprecated. Please check example/python/reconstruction_system/tintegrate_rgbd.py in the open3d's main repository.