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() {
43
43
44
44
SPIRVConversionOptions options;
45
45
options.emulateLT32BitScalarTypes = this ->emulateLT32BitScalarTypes ;
46
- options.emulateUnsupportedFloatTypes =
47
- this ->emulateUnsupportedFloatTypes ;
46
+ options.emulateUnsupportedFloatTypes = this ->emulateUnsupportedFloatTypes ;
48
47
SPIRVTypeConverter typeConverter (targetAttr, options);
49
48
50
49
// 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() {
42
42
43
43
SPIRVConversionOptions options;
44
44
options.emulateLT32BitScalarTypes = this ->emulateLT32BitScalarTypes ;
45
- options.emulateUnsupportedFloatTypes =
46
- this ->emulateUnsupportedFloatTypes ;
45
+ options.emulateUnsupportedFloatTypes = this ->emulateUnsupportedFloatTypes ;
47
46
SPIRVTypeConverter typeConverter (targetAttr, options);
48
47
49
48
RewritePatternSet patterns (context);
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ class ConvertTensorToSPIRVPass
41
41
42
42
SPIRVConversionOptions options;
43
43
options.emulateLT32BitScalarTypes = this ->emulateLT32BitScalarTypes ;
44
- options.emulateUnsupportedFloatTypes =
45
- this ->emulateUnsupportedFloatTypes ;
44
+ options.emulateUnsupportedFloatTypes = this ->emulateUnsupportedFloatTypes ;
46
45
SPIRVTypeConverter typeConverter (targetAttr, options);
47
46
48
47
RewritePatternSet patterns (context);
You can’t perform that action at this time.
0 commit comments