Skip to content

[Issue]: CUDA 13 compatibility: replace deprecated cuda::std includes/usages with std #12

@skeyyk

Description

@skeyyk

How is this issue impacting you?

Lower performance than expected

Share Your Debug Logs

Description

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:

  1. include/device_host/nvshmem_tensor.h
  2. include/non_abi/device/common/nvshmemi_tile_utils.cuh

Both contain:

#include "cuda/std/tuple"

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::.

Steps to Reproduce the Issue

No response

NVSHMEM Version

3.3.20

Your platform details

No response

Error Message & Behavior

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions