NVIDIA / warp

A Python framework for high performance GPU simulation and graphics
https://nvidia.github.io/warp/
Other
1.75k stars 148 forks source link

Building from source with conda #216

Open jc211 opened 4 weeks ago

jc211 commented 4 weeks ago

In a conda environment, the current build scripts do not find the appropriate CUDA headers required to compile. Its somewhat difficult to debug since the build scripts are custom.

shi-eric commented 3 weeks ago

Hi @jc211, can you provide some information to help us reproduce it? What OS are you on? What does your environment.yml file look like? You probably will need to set --cuda_path to an appropriate location.