Skip to content
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: CUBLAS_STATUS_INVALID_VALUE when calling `cublasSgemmStridedBatched #117

Open
azuryl opened this issue Jul 21, 2024 · 0 comments

Comments

@azuryl
Copy link

azuryl commented Jul 21, 2024

python slam.py --config configs/mono/tum/fr3_office.yaml
MonoGS: saving results in results/datasets_tum/2024-07-21-03-56-53
MonoGS: Resetting the system
Process Process-3:
Traceback (most recent call last):
File "/home/azuryl/anaconda3/envs/MonoGS/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/azuryl/anaconda3/envs/MonoGS/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/data/azuryl/MonoGS/utils/slam_backend.py", line 406, in run
self.initialize_map(cur_frame_idx, viewpoint)
File "/data/azuryl/MonoGS/utils/slam_backend.py", line 90, in initialize_map
viewpoint, self.gaussians, self.pipeline_params, self.background
File "/data/azuryl/MonoGS/gaussian_splatting/gaussian_renderer/init.py", line 66, in render
projmatrix=viewpoint_camera.full_proj_transform,
File "/data/azuryl/MonoGS/utils/camera_utils.py", line 102, in full_proj_transform
self.projection_matrix.unsqueeze(0)
RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches)
FEngine (64 bits) created at 0x545c0080 (threading is enabled)
FEngine resolved backend: OpenGL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant