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

undefined symbol __cudaLaunchKernel #64

Open
l-fungus-l opened this issue Aug 6, 2024 · 1 comment
Open

undefined symbol __cudaLaunchKernel #64

l-fungus-l opened this issue Aug 6, 2024 · 1 comment

Comments

@l-fungus-l
Copy link

l-fungus-l commented Aug 6, 2024

I get the following when trying to run:

(gaussianpro) __@ml01:~/GaussianPro$ python train.py -s /home/__/39687 -m /home/__/39687_recon \
                --eval --flatten_loss --position_lr_init 0.000016 --scaling_lr 0.001 --percent_dense 0.0005 --port 1021 \
                --normal_loss --depth_loss --propagation_interval 50 --depth_error_min_threshold 0.8 --depth_error_max_threshold 1.0 \
                --propagated_iteration_begin 1000 --propagated_iteration_after 6000 --patch_size 20 --lambda_l1_normal 0.001 --lambda_cos_normal 0.001
Traceback (most recent call last):
  File "train.py", line 17, in <module>
    from gaussian_renderer import render, network_gui
  File "/home/__/GaussianPro/gaussian_renderer/__init__.py", line 15, in <module>
    from scene.gaussian_model import GaussianModel
  File "/home/__/GaussianPro/scene/__init__.py", line 16, in <module>
    from scene.dataset_readers import sceneLoadTypeCallbacks
  File "/home/__/GaussianPro/scene/dataset_readers.py", line 18, in <module>
    from utils.graphics_utils import getWorld2View2, focal2fov, fov2focal
  File "/home/__/GaussianPro/utils/graphics_utils.py", line 18, in <module>
    from gaussianpro import propagate
ImportError: /home/__/miniconda3/envs/gaussianpro/lib/python3.7/site-packages/gaussianpro.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __cudaLaunchKernel

I am using cuda 11.7. Where could this come from?

@kcheng1021
Copy link
Owner

Sorry for the late reply. It seems that the cuda lib is not dynamicly linked.

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

2 participants