多线程计算不仅用来实现细粒度的并行,合理的调度策略还有助于隐藏通信延迟。
Multithreads can not only implement fine-grain parallelism effectively, but also be helpful to hide communication latency with reasonable scheduling strategies.
本技术的两个主要特征是:一是编译支持的基于块的硬件并行调度器,能减少线程负荷和线程池的软件调度开销,主从结构设计使处理单元间的协作通信更有效;
The two main features are:First, design and implement a block-based hardware(?) scheduler to reduce the overhead of threads, and to get a faster communication between processing units;
本技术的两个主要特征是:一是编译支持的基于块的硬件并行调度器,能减少线程负荷和线程池的软件调度开销,主从结构设计使处理单元间的协作通信更有效;
The two main features are:First, design and implement a block-based hardware(?) scheduler to reduce the overhead of threads, and to get a faster communication between processing units;
应用推荐