Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-*
This makes the flags consistent with the naming scheme used elsewhere in the codebase for dialect conversions. PiperOrigin-RevId: 281027517 Change-Id: I07c8e4c0229068bb554d449247205bd4248765a1
This commit is contained in:
parent
66bf4b7404
commit
29c3cf8d3a
@ -501,5 +501,4 @@ std::unique_ptr<OpPassBase<ModuleOp>> mlir::createLowerGpuOpsToNVVMOpsPass() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static PassRegistration<LowerGpuOpsToNVVMOpsPass>
|
static PassRegistration<LowerGpuOpsToNVVMOpsPass>
|
||||||
pass("lower-gpu-ops-to-nvvm-ops",
|
pass("convert-gpu-to-nvvm", "Generate NVVM operations for gpu operations");
|
||||||
"Generate NVVM operations for gpu operations");
|
|
||||||
|
@ -80,5 +80,5 @@ std::unique_ptr<OpPassBase<ModuleOp>> mlir::createLowerGpuOpsToROCDLOpsPass() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static PassRegistration<LowerGpuOpsToROCDLOpsPass>
|
static PassRegistration<LowerGpuOpsToROCDLOpsPass>
|
||||||
pass("lower-gpu-ops-to-rocdl-ops",
|
pass("convert-gpu-to-rocdl",
|
||||||
"Generate ROCDL operations for gpu operations");
|
"Generate ROCDL operations for gpu operations");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user