[flang-commits] [flang] [Flang][OpenMP][Lower] Add lowering support of OpenMP distribute to MLIR (PR #67798)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed May 22 06:24:06 PDT 2024


================
@@ -0,0 +1,114 @@
+! REQUIRES: openmp_runtime
----------------
skatrak wrote:

One of the functions contains an ALLOCATE clause that uses `omp_high_bw_mem_alloc` from `omp_lib`, which I think needs the openmp_runtime to work if I'm not wrong.

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


More information about the flang-commits mailing list