Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems reasonable to me, I'd be willing to approve
mlir/include/mlir/Dialect/GPU/IR/GPUOps.td | ||
---|---|---|
1039 | We could also have a version of this that takes ArrayRef<Attribute> and/or ArrayRef<GPUTargetAttr> (not sure of that second name) |
mlir/include/mlir/Dialect/GPU/IR/GPUOps.td | ||
---|---|---|
1019 | Can you update the description explaining what does it mean to have a target, when is it used in the pipeline, etc.? | |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
1527 | What about forwarding to the other builder above? | |
1541 | You can just write result.getOrAddProperties<Properties>() I believe |
Can you update the description explaining what does it mean to have a target, when is it used in the pipeline, etc.?