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

Install gsplat with manually specified/multiple CUDA architectures and multiple compute capabilities #122

Open
Zunhammer opened this issue Feb 7, 2024 · 0 comments

Comments

@Zunhammer
Copy link

Hi,

I'm including gplsat in a docker image but it seems that it defines the CUDA architecture during docker build to my local machine where everything is running fine. However, I cannot use the image on other machines where I get the error:
'''gsplat: No CUDA toolkit found. gsplat will be disabled.'''

Is there a way to build gsplat for multiple CUDA architectures and compute capabilities? Usually, I can do this using environment variables or by passing the specific architectures to the build command (e.g. CUDA_ARCHITECTURES=90;89;86;80;75;70;61;52 for tiny-CUDA-nn).

Thank you for your support.

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