Module dslab_compute::multicore

source ·
Expand description

Model of computing resource with multiple cores.

Structs§

Enums§

  • Computation state.
  • Function from [1, max_cores] to [1, +inf] describing the dependency between the number of cores used for running a task and achieved parallel speedup.
  • Reason for computation failure.