Commit 2e715c5
committed
[mlir][gpu] Fix breaking constructor from GPUSubgroupSizeToROCDL
We are adding GPUSubgroupSizeToROCDL to patterns function that do not
have a valid constructor for it. This is causing said error below:
error: constructor inherited by 'GPUSubgroupSizeOpToROCDL'
from base class 'ConvertOpToLLVMPattern<mlir::gpu::SubgroupSizeOp>' is implicitly deleted
Signed-off-by: Stanley Winata <[email protected]>1 parent 9bf7023 commit 2e715c5
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
460 | | - | |
| 458 | + | |
461 | 459 | | |
462 | 460 | | |
463 | 461 | | |
| |||
0 commit comments