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

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 08:44:33 PDT 2020


herhut marked an inline comment as done.
herhut added inline comments.


================
Comment at: mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h:29
 #include "llvm/IR/Value.h"
+#include <mutex>
 
----------------
csigg wrote:
> Is this needed?
No, a leftover from using `std::mutex` in an earlier version. Thanks!


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