owl-project / NVISII

Apache License 2.0
327 stars 28 forks source link

undefined symbol: cuLaunchKernel #104

Closed TontonTremblay closed 3 years ago

TontonTremblay commented 3 years ago
undefined symbol: cuLaunchKernel

With the dev build running all three optix 7.x I get this error on ubuntu 18.04 on my 3090 with

460.56       Driver Version: 460.56       CUDA Version: 11.2    
TontonTremblay commented 3 years ago
(visii) jtremblay@jredmond:~/code/visii_mvs$ ldd  /home/jtremblay/miniconda3/envs/visii/lib/python3.6/site-packages/nvisii/_nvisii.so
    linux-vdso.so.1 (0x00007fffe4b4f000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff33cb0c000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ff33c904000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff33c700000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff33c4e1000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ff33c158000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff33bf40000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff33bb4f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007ff33e1be000)
natevm commented 3 years ago

@markusfoote I think this might be an issue with the new github workflow file and patchelf. Seems like nvisii.so no longer links to cuda after passing the auditwheel check.