[PATCH] D78207: [MLIR] Allow for multiple gpu modules during translation.

Christian Sigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 08:12:09 PDT 2020


csigg accepted this revision.
csigg added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h:29
 #include "llvm/IR/Value.h"
+#include <mutex>
 
----------------
Is this needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78207





More information about the llvm-commits mailing list