Skip to content

dims[0] not the number of rows #150

Description

@nathanielmorgan

The DRaggedRightArrayKokkos type uses the dims_[0] = strides_array.size(); The comment in MATAR is wrong for defining dims_[0]. For clarity of reading, a better approach is:
dims_[0] = strides_array.dims(0);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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