Skip to content

Implement CSR hierarchy #19

@JohanMabille

Description

@JohanMabille

The CSR hierarchy should implement sparse tensors (N-D) with CSR format. This should follow the same pattern as xmap_container classes:

  • xcsr_container is a CRTP base class that gathers common implementation and API of inheriting classes
  • xcsr_array inherits from xcsr_container and implements the case where the number of dimensions is dynamic
  • xcsr_tensor inherits from xcsr_container and implements the case where the number of dimensions is static

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