OpenMP

OpenMP is an Application Program Interface (API), jointly defined by a group of major computer hardware and software vendors. OpenMP provides a portable, scalable model for developers of shared memory

Manual

HPC

Topic

Reduction

P.S. reduction貌似只能应用于简单数据类型,复杂如complex就无能为力,编译会报错

Loop

Taskyield

Critical Section

Task Dependency

SIMD

Others

Last updated