[Mlir-commits] [mlir] [llvm] [OpenMPIRBuilder] Do not call host runtime for GPU teams codegen (PR #79984)

Dominik Adamski llvmlistbot at llvm.org
Tue Jan 30 05:06:27 PST 2024


================
@@ -6342,6 +6345,10 @@ OpenMPIRBuilder::createTeams(const LocationDescription &Loc,
     }
   };
 
+  if (!Config.isTargetDevice()) {
----------------
DominikAdamski wrote:

Done

https://github.com/llvm/llvm-project/pull/79984


More information about the Mlir-commits mailing list