[Mlir-commits] [mlir] [openacc][openmp] Add dialect representation for acc atomic operations (PR #65493)
Valentin Clement バレンタイン クレメン
llvmlistbot at llvm.org
Wed Sep 6 08:42:45 PDT 2023
================
@@ -0,0 +1,12 @@
+add_mlir_library(MLIROpenACCMPCommon
+AtomicInterfaces.cpp
+
+ADDITIONAL_HEADER_DIRS
+${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/OpenACCMPCommon/Interfaces
+
+DEPENDS
+MLIRAtomicInterfacesIncGen
+
+LINK_LIBS PUBLIC
+MLIRIR
+)
----------------
clementval wrote:
New line
https://github.com/llvm/llvm-project/pull/65493
More information about the Mlir-commits
mailing list