Details
- Reviewers
herhut
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/GPU/GPUBase.td | ||
---|---|---|
60 | Is this interface more generic than the GPU dialect? Can you include GPU in the name to avoid confusion with the async dialect. | |
62 | Please extend the documentation. | |
83 | if constexpr is a c++17 feature, LLVM is using C++14. | |
92 | Nit: this is a non-trivial block of C++, can this go inside an implementation file? | |
mlir/include/mlir/Dialect/GPU/GPUOps.td | ||
759 | Is ForkOp intended here? | |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
327 | This hunk seems unrelated to this revision, please split and commit ahead. |
Actually seems like you generated a mixed diff that includes changes from https://reviews.llvm.org/D88972 ?
This is a follow-up change. Is there a better way than creating a new revision and adding the parent revision in phabricator?
Phab works with "diff", somehow you create this revision as a diff against master? In general I do an interactive rebase, edit individually each commit and arc diff HEAD~
Is this interface more generic than the GPU dialect? Can you include GPU in the name to avoid confusion with the async dialect.