Files
clang-p2996/mlir/unittests/Dialect
Valentin Clement (バレンタイン クレメン) b06bc7c6a0 [mlir][flang][openacc] Device type support on acc routine op (#78375)
This patch add support for device_type on the acc.routine operation.
device_type can be specified on seq, worker, vector, gang and bind
information.

The support is following the same design than the one for compute
operations, data operation and the loop operation.
2024-01-18 09:04:11 -08:00
..