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

Bonsai does not compile on CUDA 12+ (texture references no longer supported) #51

Closed
VictorForouhar opened this issue Apr 1, 2024 · 1 comment

Comments

@VictorForouhar
Copy link

Current texture management is based on texture references, which are deprecated (texture objects are recommended instead). Support for texture references was dropped in CUDA 12, which meant I was unable to compile Bonsai using the latest version.

Downgrading to CUDA 11 allowed me to compile it.

@jbedorf
Copy link
Collaborator

jbedorf commented Dec 2, 2024

Fixed in #52

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