File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ namespace TC
87
87
unsigned getVISAPreRASchedulerCtrl () const override { return 6 ; }
88
88
bool SupportStatefulToken () const override { return true ; }
89
89
bool SupportInlineAssembly () const override { return true ; }
90
-
91
90
};
92
91
93
92
}// namespace TC
Original file line number Diff line number Diff line change @@ -4288,7 +4288,7 @@ namespace IGC
4288
4288
{
4289
4289
SaveOption ( vISA_LocalScheduling, false );
4290
4290
// temporarily enabling preRA_schedule due to the ACOdyssey regression in IGC-4149. May be re-disenabled later
4291
- // SaveOption( vISA_preRA_Schedule, false );
4291
+ // SaveOption( vISA_preRA_Schedule, false );
4292
4292
SaveOption ( vISA_SpillSpaceCompression, false );
4293
4293
SaveOption ( vISA_LVN, false );
4294
4294
SaveOption ( vISA_QuickTokenAllocation, true );
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ namespace IGC
306
306
307
307
308
308
309
-
310
309
};
311
310
312
311
}// namespace IGC
You can’t perform that action at this time.
0 commit comments