Skip to content

[FEA] Add support for mdspan #582

@cliffburdick

Description

@cliffburdick

mdspan is an upcoming feature in C++23 with two main changes:

  1. operator[] for multi-dimensional arrays
  2. Indexing and types for multi-dimensional arrays

While 1 requires a new C++ compiler, 2 has been included the CCCL recently. For this feature we can add partial support for the second part by taking in mdspan types into make_tensor calls to translate to what we have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions