[Mlir-commits] [mlir] [MLIR][OpenMP][Offload] Lower target update op to DeviceRT (PR #75159)

Dominik Adamski llvmlistbot at llvm.org
Thu Dec 14 02:31:15 PST 2023


================
@@ -441,3 +441,41 @@ llvm.func @_QPopenmp_target_use_dev_both() {
 // CHECK:         ret void
 
 // -----
+
+llvm.func @_QPopenmp_target_data_update() {
----------------
DominikAdamski wrote:

Could you add more tests to cover different data types (like Fortran pointers, allocatable arrays etc.)

https://github.com/llvm/llvm-project/pull/75159


More information about the Mlir-commits mailing list