Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Please add tests here
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
328–329 | Update the comment? | |
1001–1039 | Since we're touching the build methods, can you update these to use properties instead? should look like: Properties &prop = result.getOrAddProperties<Properties>(); prop.operand_segment_sizes = builder.getDenseI32ArrayAttr(segmentSizes); |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
1001–1039 | Actually prop.odsOperandSegmentSizes, I just changed it ;) |
Sure, I can add syntax & type tests here, however tests for verifying the compatibility with gpu.binary have to be added after the introduction of #gpu.select_object.
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
1039 | Sorry, I removed the ods prefix... |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
1039 | Is that change in trunk? Because I just did a build and it's still using odsOperandSegmentSizes. |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
1039 | I forgot to push... now it is there :) |
Update the comment?