Avoids running into segfaults accidentally.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Interfaces/InferTypeOpInterface.h | ||
---|---|---|
275–277 | Why not use static_assert instead? |
Paths
| Differential D110297
[mlir] Restrict to requiring traits when using InferTensorType trait. ClosedPublic Authored by jpienaar on Sep 22 2021, 5:11 PM.
Details Summary Avoids running into segfaults accidentally.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 19 others. · View Herald TranscriptSep 22 2021, 5:11 PM
This revision is now accepted and ready to land.Oct 6 2021, 10:28 AM This revision was landed with ongoing or failed builds.Oct 11 2021, 2:56 PM Closed by commit rGc3dcf39554db: [mlir] Restrict to requiring traits when using InferTensorType trait. (authored by jpienaar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 378808 mlir/include/mlir/Interfaces/InferTypeOpInterface.h
|
Why not use static_assert instead?