On Friday, 16 May 2025 at 17:44:01 UTC, Matheus Catarino wrote:
The problem presented shows that this library possibly has other dependencies.
That symbol is defined in that library .a file: ```$ nm /usr/local/cuda/lib64/libcudart_static.a | grep -w cudaGetDeviceProperties_v2
0000000000042690 T cudaGetDeviceProperties_v2 ``` That's why I'm wondering if it's a dub / linker bug somewhere.