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 53e7443 commit c56fdf9Copy full SHA for c56fdf9
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
@@ -41,10 +41,6 @@
41
using namespace mlir;
42
using namespace mlir::tensor;
43
44
-using llvm::divideCeilSigned;
45
-using llvm::divideFloorSigned;
46
-using llvm::mod;
47
-
48
/// Materialize a single constant operation from a given attribute value with
49
/// the desired resultant type.
50
Operation *TensorDialect::materializeConstant(OpBuilder &builder,
0 commit comments