Files
llvm/mlir
Anchu Rajendran S 7a9ef0f268 Adding masked operation to OpenMP Dialect (#96022)
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.
2024-07-04 16:06:01 -07:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.