[Mlir-commits] [mlir] [MLIR][Linalg] Introduce broadcast/transpose semantic to 'linalg.batc… (PR #122275)
Adam Siemieniuk
llvmlistbot at llvm.org
Thu Jan 23 03:26:22 PST 2025
================
@@ -32,6 +32,7 @@
#include "llvm/ADT/SetVector.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
+#include <type_traits>
----------------
adam-smnk wrote:
nit: I think it's not needed anymore
https://github.com/llvm/llvm-project/pull/122275
More information about the Mlir-commits
mailing list