hi @chris @MingboPeng Honeybee recipe’s are failing to load CuPY and CUDA when running scripts. I have tried various combinations of Cupy/CUDA to no avail. I receive one of the following errors:
FileNotFoundError: Could not find module ‘nvrtc64_130_0.dll’ (or one of its dependencies). Try using the full path with constructor syntax.
Falling back to NumPy (1.26.4) in honeybee-radiance-postprocess: CuPy failed to load nvrtc64_120_0.dll: FileNotFoundError: Could not find module ‘nvrtc64_120_0.dll’ (or one of its dependencies). Try using the full path with constructor syntax.
I know both are same error pointing to different versions of that DLL, and that is because in an effort to get this to work I have tried installing multiple versions of CUDA and CuPY to no avail.
I see on the github here, it says that this is a known error, but not how to fix it:
image1056×155 8.6 KB
If I run nvidia-smi on my machine I get this:
indicating to me that my GPU supports up to CUDA 13.1
I am running an RTX Pro Blackwell 3000 GPU on this laptop. Latest NVidia Drivers.
I made sure that CUDA is in the path in environmental variables:
![]()
The DLLs are clearly here:
It seems though that the component / script cannot find it, or is looking in the wrong place, or is looking for the wrong version of CUDA.
Is it that CuPY has not caught up to this newest gen of blackwell gpu’s ?
If I check CuPY I see I have it installed, both 13x and 12x versions:
So not sure how to resolve that?
Another question, the comfort script recipe that is in the LB recipe template component for HB (Comfort under a tree), when I use that with my own geometry of 2 buildings and a podium, running with 2,000 sensors for a 4hr period on one day, it takes approximately 1hr to run. Is this normal? Would Cupy/CUDA speed this up? Seems awfully long to run that.
p.s. it seems like the link you have in the running log of HB UTCI map when it runs pointing to the CUDA.md page on github has been moved, it gives a “404 not found”, I found it manually looking in the directory of the github:
cc @jackD







