Skip to content

Commit b7b9014

Browse files
weiyu-chenigcbot
authored andcommitted
internal feature
1 parent 148e6a2 commit b7b9014

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

IGC/AdaptorOCL/DriverInfoOCL.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ namespace TC
8787
unsigned getVISAPreRASchedulerCtrl() const override { return 6; }
8888
bool SupportStatefulToken() const override { return true; }
8989
bool SupportInlineAssembly() const override { return true; }
90+
9091
};
9192

9293
}//namespace TC

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4288,7 +4288,7 @@ namespace IGC
42884288
{
42894289
SaveOption( vISA_LocalScheduling, false );
42904290
// 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 );
42924292
SaveOption( vISA_SpillSpaceCompression, false );
42934293
SaveOption( vISA_LVN, false );
42944294
SaveOption( vISA_QuickTokenAllocation, true );

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ namespace IGC
306306

307307

308308

309+
309310
};
310311

311312
}//namespace IGC

0 commit comments

Comments
 (0)