Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Please add tests here
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
320–321 | Update the comment? | |
993–1031 | 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 | ||
---|---|---|
993–1031 | 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 | ||
---|---|---|
1031 | Sorry, I removed the ods prefix... |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
1031 | Is that change in trunk? Because I just did a build and it's still using odsOperandSegmentSizes. |
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp | ||
---|---|---|
1031 | I forgot to push... now it is there :) |
Update the comment?