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 cc28e73 commit 4b492c6Copy full SHA for 4b492c6
lib/Dialect/Polynomial/IR/PolynomialOps.cpp
@@ -302,14 +302,7 @@ LogicalResult EvalOp::verify() {
302
}
303
304
LogicalResult KeySwitchInnerOp::verify() {
305
- // FIXME: have it check that the key type's RNS chain extends the value ring's
306
- // RNS chain.
307
- // auto keyPolyType = getKeySwitchingKey().getType().getElementType();
308
- // if (keyPolyType != getValue().getType()) {
309
- // return emitOpError() << "keySwitchingKey element type " << keyPolyType
310
- // << " does not match input type "
311
- // << getValue().getType();
312
- // }
+ // TODO(#2157): check the ksk's RNS chain extends the value's RNS chain.
313
return success();
314
315
0 commit comments