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 686e513 commit 4215178Copy full SHA for 4215178
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
@@ -304,7 +304,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
304
checkAllocate(op, result);
305
checkBare(op, result);
306
checkDevice(op, result);
307
- checkHostEval(op, result);
308
checkInReduction(op, result);
309
checkIsDevicePtr(op, result);
310
checkPrivate(op, result);
0 commit comments