-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA Error #5
Comments
Hi, thanks for using our code. |
I'm currently using offline rendering and the issue seems to occur at the beginning : Could it be that some required packages are missing in my environment? |
The required packages should have already been installed if you've run git clone https://github.com/zju3dv/EasyVolcap
cd EasyVolcap
pip install -e . --no-build-isolation --no-deps
python tests/headless_opengl_tests.py # maybe install missing packages if any fatal errors are reported |
Hi, I got the following error :
Traceback (most recent call last): File "/render.py" rasterizer = GaussianRasterizer(raster_settings=raster_settings) File "/fast_gaussian_rasterization/fast_gauss/__init__.py", line 39, in __init__ raster_context = GSplatContextManager(init_buffer_size=init_buffer_size, init_texture_size=init_texture_size, dtype=dtype, tex_dtype=tex_dtype) # only created once File "/fast_gaussian_rasterization/fast_gauss/gsplat_utils.py", line 63, in __init__ self.resize_buffers(init_buffer_size) File "/fast_gaussian_rasterization/fast_gauss/gsplat_utils.py", line 247, in resize_buffers self.init_gl_buffers(self.max_verts) File "/fast_gaussian_rasterization/fast_gauss/gsplat_utils.py", line 184, in init_gl_buffers raise e File "/fast_gaussian_rasterization/fast_gauss/gsplat_utils.py", line 177, in init_gl_buffers self.cu_vbo = CHECK_CUDART_ERROR(cudart.cudaGraphicsGLRegisterBuffer(self.vbo, flags)) File "/fast_gaussian_rasterization/fast_gauss/cuda_utils.py", line 93, in CHECK_CUDART_ERROR raise RuntimeError(FORMAT_CUDART_ERROR(err)) RuntimeError: cudaErrorOperatingSystem(304): OS call failed or operation not supported on this OS
Environment Details:
550.54.15
nvidia/cuda:11.6.2-devel-ubuntu20.04
11.6
Could you please provide information about the environment used ?
The text was updated successfully, but these errors were encountered: