You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- libcudart on Jetson (CUDA 11.8) requires shm_open symbol which
is provided by librt, without it linker complains about a missing
symbol. This PR makes sure that whenever libcudart is linked -lrt
linker flag is added as well
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
0 commit comments