IBM / mini-era

Mini-ERA is a simplified still-representative version of the main ERA workload.
14 stars 15 forks source link

Cb dev 00 #8

Closed jdwellman closed 4 years ago

jdwellman commented 4 years ago

Major updates to the implementation of the scheduler version code's threading. New version uses a fixed pool of continuously-running threads (previous implementation dynamically created threads for each task -- and we ran into system thread limits). This also now adds proper support for non-critical tasks (e.g. for testing/development purposes) for both FFT and Viterbi tasks of Mini-ERA.

jdwellman commented 4 years ago

Looks good through initial testing.