Skip to content

performance upgrade needed #2

Open
@Chengcheng-Xiao

Description

Current implementation cycles through matrix elements sequentially, this brings poor performance. To avoid this:

  • Change sequential calculation to matrix operations.

  • Add MPI or threading support since most data could be processed independently.

Activity

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    performance upgrade needed · Issue #2 · Chengcheng-Xiao/WOOPs