We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbde3fc commit 3ca24eaCopy full SHA for 3ca24ea
mlir/lib/Conversion/ConvertToSPIRV/ConvertToSPIRVPass.cpp
@@ -39,8 +39,7 @@ namespace {
39
/// A pass to perform the SPIR-V conversion.
40
class ConvertToSPIRVPass
41
: public impl::ConvertToSPIRVPassBase<ConvertToSPIRVPass> {
42
- using impl::ConvertToSPIRVPassBase<
43
- ConvertToSPIRVPass>::ConvertToSPIRVPassBase;
+ using impl::ConvertToSPIRVPassBase::ConvertToSPIRVPassBase;
44
45
void runOnOperation() override {
46
MLIRContext *context = &getContext();
0 commit comments