Skip to content

[REFACTOR] Different SPMM strategy can have better abstraction #2

@DandinPower

Description

@DandinPower

In the current Python implementation, there are so many classes related to different genres of SPMM strategy, which means if I try to add a new C++ strategy, I will encounter a problem that I need to check a lot of class implementation and modify it to ensure that it can fit with the new strategy. Maybe we can use some structural Design Patterns to fix this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions