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 4ad190f commit 7d3c209Copy full SHA for 7d3c209
mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
@@ -11,7 +11,6 @@
11
#include "mlir/Dialect/Index/IR/IndexOps.h"
12
#include "mlir/Dialect/Utils/IndexingUtils.h"
13
#include "mlir/Dialect/XeGPU/IR/XeGPU.h"
14
-#include "mlir/Dialect/XeGPU/Utils/XeGPUUtils.h"
15
#include "mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h"
16
#include "mlir/IR/Builders.h"
17
#include "mlir/IR/DialectImplementation.h"
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3729,7 +3729,6 @@ cc_library(
3729
":XeGPUAttrInterfaceIncGen",
3730
":XeGPUEnumsIncGen",
3731
":XeGPUIncGen",
3732
- ":XeGPUUtils",
3733
":XeGPUuArch",
3734
":XeVMDialect",
3735
"//llvm:Support",
0 commit comments