File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ 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
+
90
91
};
91
92
92
93
}// 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,6 +306,7 @@ namespace IGC
306
306
307
307
308
308
309
+
309
310
};
310
311
311
312
}// namespace IGC
You can’t perform that action at this time.
0 commit comments