Skip to content

[Tosa] Add necessary unordered_map header file #128248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2025
Merged

Conversation

giordano
Copy link
Contributor

@giordano giordano commented Feb 21, 2025

@llvmbot
Copy link
Member

llvmbot commented Feb 21, 2025

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-tosa

Author: Mosè Giordano (giordano)

Changes

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 --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"
 

Copy link

⚠️ We detected that you are using a GitHub private e-mail address to contribute to the repo.
Please turn off Keep my email addresses private setting in your account.
See LLVM Discourse for more information.

@wsmoses wsmoses merged commit d175aed into llvm:main Feb 22, 2025
14 checks passed
@giordano giordano deleted the patch-1 branch February 22, 2025 00:06
giordano added a commit to EnzymeAD/Reactant.jl that referenced this pull request Feb 22, 2025
giordano added a commit to EnzymeAD/Reactant.jl that referenced this pull request Feb 22, 2025
wsmoses pushed a commit to EnzymeAD/Reactant.jl that referenced this pull request Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants