File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ void ConvertControlFlowToSPIRVPass::runOnOperation() {
4343
4444 SPIRVConversionOptions options;
4545 options.emulateLT32BitScalarTypes = this ->emulateLT32BitScalarTypes ;
46- options.emulateUnsupportedFloatTypes =
47- this ->emulateUnsupportedFloatTypes ;
46+ options.emulateUnsupportedFloatTypes = this ->emulateUnsupportedFloatTypes ;
4847 SPIRVTypeConverter typeConverter (targetAttr, options);
4948
5049 // TODO: We should also take care of block argument type conversion.
Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ void ConvertFuncToSPIRVPass::runOnOperation() {
4242
4343 SPIRVConversionOptions options;
4444 options.emulateLT32BitScalarTypes = this ->emulateLT32BitScalarTypes ;
45- options.emulateUnsupportedFloatTypes =
46- this ->emulateUnsupportedFloatTypes ;
45+ options.emulateUnsupportedFloatTypes = this ->emulateUnsupportedFloatTypes ;
4746 SPIRVTypeConverter typeConverter (targetAttr, options);
4847
4948 RewritePatternSet patterns (context);
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ class ConvertTensorToSPIRVPass
4141
4242 SPIRVConversionOptions options;
4343 options.emulateLT32BitScalarTypes = this ->emulateLT32BitScalarTypes ;
44- options.emulateUnsupportedFloatTypes =
45- this ->emulateUnsupportedFloatTypes ;
44+ options.emulateUnsupportedFloatTypes = this ->emulateUnsupportedFloatTypes ;
4645 SPIRVTypeConverter typeConverter (targetAttr, options);
4746
4847 RewritePatternSet patterns (context);
You can’t perform that action at this time.
0 commit comments