We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcc601 commit cfd0c4fCopy full SHA for cfd0c4f
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
@@ -2451,7 +2451,7 @@ static void collectMapDataFromMapOperands(
2451
mapData.Names.push_back(LLVM::createMappingInformation(
2452
mapOp.getLoc(), *moduleTranslation.getOpenMPBuilder()));
2453
mapData.DevicePointers.push_back(devInfoTy);
2454
- mapData.IsAMapping.push_back(true);
+ mapData.IsAMapping.push_back(false);
2455
mapData.IsAMember.push_back(checkIsAMember(useDevOperands, mapOp));
2456
}
2457
0 commit comments