[PATCH] D153421: [mlir][Linalg] Implement the tiling interface for softmax

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 3 03:30:41 PDT 2023


akuegel added inline comments.


================
Comment at: mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp:20
 #include "mlir/Dialect/Complex/IR/Complex.h"
+#include "mlir/Dialect/Linalg/Utils/Utils.h"
 #include "mlir/Dialect/Math/IR/Math.h"
----------------
This introduces a cycle between LinalgUtils and Linalg. Is this intended?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153421/new/

https://reviews.llvm.org/D153421



More information about the llvm-commits mailing list