Description
Provides the LLVM OpenMP runtime library. Applications compiled with OpenMP use it to run parallel regions, manage worker threads, and coordinate shared-memory parallelism.
Use it when software built with LLVM OpenMP requires the runtime. Performance depends on thread settings, CPU resources, and how the application uses parallel work.