treecode / Bonsai

Bonsai GPU tree code
http://castle.strw.leidenuniv.nl/software/bonsai-gpu-tree-code.html
68 stars 27 forks source link

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

Open VictorForouhar opened 7 months ago

VictorForouhar commented 7 months ago

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.