[Mlir-commits] [mlir] [Tosa] Add necessary `unordered_map` header file (PR #128248)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Feb 21 15:33:27 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-tosa
Author: Mosè Giordano (giordano)
<details>
<summary>Changes</summary>
Ref: https://github.com/llvm/llvm-project/pull/126992/files#r1966320748
---
Full diff: https://github.com/llvm/llvm-project/pull/128248.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h (+2)
``````````diff
diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h b/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
index a831bae12f3c1..5de2a591e698d 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
@@ -9,6 +9,8 @@
#ifndef MLIR_DIALECT_TOSA_TRANSFORMS_TOSAPROFILECOMPILANCE_H
#define MLIR_DIALECT_TOSA_TRANSFORMS_TOSAPROFILECOMPILANCE_H
+#include <unordered_map>
+
#include "mlir/Dialect/Tosa/IR/TargetEnv.h"
#include "mlir/Dialect/Tosa/Transforms/Passes.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/128248
More information about the Mlir-commits
mailing list