[Mlir-commits] [mlir] [mlir][memref] Fold subview into nd-tensor descriptor (PR #88698)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Apr 15 03:31:56 PDT 2024
================
@@ -22,6 +22,7 @@
#include "mlir/Dialect/NVGPU/IR/NVGPUDialect.h"
#include "mlir/Dialect/Utils/IndexingUtils.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
+#include "mlir/Dialect/XeGPU/IR/XeGPU.h"
----------------
adam-smnk wrote:
Fair enough. It looked like a common place to gather these folders given that NVGPU is also present here.
https://github.com/llvm/llvm-project/pull/88698
More information about the Mlir-commits
mailing list