Skip to content

improving initialization perofrmance with OpenMP #90

Description

@JaeseungYeom
  • The dependency analysis should be done only once by the master thread and the result should be shared among worker threads.
  • Network should be loaded only once. It is currently loaded during partitioning, and then reloaded by each OpenMP thread.
  • These required issue Modularize JIT #86 completed.

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions