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 2ff0f5e commit 4d44e24Copy full SHA for 4d44e24
mlir/lib/Dialect/Tensor/Extensions/MeshShardingExtensions.cpp
@@ -12,9 +12,6 @@
12
#include "mlir/Dialect/Tensor/IR/Tensor.h"
13
#include "mlir/IR/DialectRegistry.h"
14
15
-#define DEBUG_TYPE "tensor-sharding-impl"
16
-#define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE << "]: ")
17
-
18
using namespace mlir;
19
using namespace mlir::tensor;
20
using namespace mlir::mesh;
0 commit comments