Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
(just two nits)
mlir/include/mlir/Dialect/GPU/GPUOps.td | ||
---|---|---|
749 | Can you extend the description, it is quite terse for something that isn't that trivial I think. In particular I think this should explain is this is just memory space mapping and what is the expected consistency model in terms of visibility / fences. | |
mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp | ||
128 | s/patter/pattern/ |
Nice!