Details
Details
- Reviewers
nicolasvasilache
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Utils/Utils.cpp | ||
---|---|---|
101 | Have you checked to see if this actually fixes the issue? Last time I ran into this, I had to explicitly wrap the def in: namespace ... { } |
Comment Actions
Pushing a patch that wraps in the namespace as Jacques and River suggested.
mlir/lib/Dialect/Linalg/Utils/Utils.cpp | ||
---|---|---|
101 | I submitted this as a hotpatch and you're right. |
Have you checked to see if this actually fixes the issue? Last time I ran into this, I had to explicitly wrap the def in:
namespace ... {
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480