mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
Adding MLIR Op support for omp masked. Omp masked is introduced in 5.2 standard and allows a region to be executed by threads specified by a programmer. This is achieved with the help of filter clause which helps to specify thread id expected to execute the region.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.