Skip to content

dims[0] not the number of rows #150

@nathanielmorgan

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);

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