[PATCH] D73893: [MLIR][GPU] Implement initial mapping from loop.parallel to gpu.launch.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 11:29:04 PST 2020
rriddle added inline comments.
================
Comment at: mlir/lib/Conversion/LoopsToGPU/LoopsToGPU.cpp:751
+ Operation *op = worklist.pop_back_val();
+ launchOp.dump();
+
----------------
Remove this debugging.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73893/new/
https://reviews.llvm.org/D73893
More information about the llvm-commits
mailing list