[Openmp-commits] [PATCH] D146642: [OpenMP] Implement task record and replay mechanism

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 24 12:55:58 PDT 2023


tianshilei1992 added inline comments.


================
Comment at: openmp/runtime/test/tasking/omp_record_replay_deps.cpp:1
+// RUN: %libomp-cxx-compile-and-run
+#include <iostream>
----------------
I think you will need to guard these newly added test cases such that they will only be executed if `LIBOMP_OMPX_TASKGRAPH` is enabled; otherwise it might cause unexpected failures.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146642/new/

https://reviews.llvm.org/D146642



More information about the Openmp-commits mailing list