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
I have reduced this problem down to interference from ASAN (google/sanitizers#629) with CUDA runtime. This causes CUDA allocation functions to mysteriously fail, which yaksa apparently fails to check for. This problem manifests later as the above bug. Yaksa should check that allocation functions succeed or fail appropriately.
The fix for users is to globally set the ASAN option protect_shadow_gap=0 via
The error
To reproduce
The problem
yaksa_config.log
mpich_config.log
The text was updated successfully, but these errors were encountered: