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
Running src/measure-buf-exchange with --smpiargs="-gpu" yields CUDA Hook Library: Failed to find symbol mem_find_dreg_entries, python: undefined symbol: __PAMI_Invalidate_region
The code works for a while, and then silently exits at a later CUDA Runtime call.
Removing the --smpiargs="-gpu" option causes this to work
The text was updated successfully, but these errors were encountered:
Running
src/measure-buf-exchange
with --smpiargs="-gpu" yieldsCUDA Hook Library: Failed to find symbol mem_find_dreg_entries, python: undefined symbol: __PAMI_Invalidate_region
The code works for a while, and then silently exits at a later CUDA Runtime call.
Removing the --smpiargs="-gpu" option causes this to work
The text was updated successfully, but these errors were encountered: