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
Building NVSHMEM with CUDA 13 fails because CUDA 13 removed the old cuda::std headers/namespace (e.g. cuda/std/tuple) and the project still includes and references them in multiple places.
Two immediately observed files:
and there are many usages of cuda::std::... (e.g. cuda::std::tuple, etc.) across the codebase which should be migrated to the standard C++ namespace std::.