You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: