llvm-capstone/mlir/test/Dialect/OpenACC
Valentin Clement (バレンタイン クレメン) 996171a412
[mlir][openacc] Model acc cache directive as data entry operands on acc.loop (#65521)
The `cache` directive may appear at the top of (inside of) a loop. It
specifies array elements or subarrays that should be fetched into the
highest level of the cache for the body of the loop.

The `cache` directive is modeled as a data entry operands attached to
the acc.loop operation.
2023-09-11 13:38:03 -07:00
..
canonicalize.mlir [openacc][openmp] Add dialect representation for acc atomic operations (#65493) 2023-09-06 13:54:39 -07:00
invalid.mlir [openacc][openmp] Add dialect representation for acc atomic operations (#65493) 2023-09-06 13:54:39 -07:00
ops.mlir [mlir][openacc] Model acc cache directive as data entry operands on acc.loop (#65521) 2023-09-11 13:38:03 -07:00