[Openmp-commits] [openmp] [OpenMP] Fix Taskgraph bugs (PR #136837)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 24 06:33:39 PDT 2025
================
@@ -0,0 +1,60 @@
+// REQUIRES: ompx_taskgraph
+// RUN: %libomp-cxx-compile-and-run
+#include <omp.h>
+#include <cassert>
+#include <vector>
+
+#define TASKS_SIZE 12
----------------
shiltian wrote:
I'd use `constexpr const`.
https://github.com/llvm/llvm-project/pull/136837
More information about the Openmp-commits
mailing list