Skip to content

Commit 83fb083

Browse files
jgu222sys_zuul
authored and
sys_zuul
committed
Internal feature
Change-Id: Ia1928f1f3b4ca9b72afd1226b07a269715326c45
1 parent 0cb7742 commit 83fb083

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

IGC/BiFModule/Implementation/IGCBiF_Intrinsics.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,4 +829,5 @@ double __builtin_IB_add_rtz_f64(double x, double y) __attribute__((const));
829829
float __builtin_IB_add_rtz_f32(float x, float y) __attribute__((const));
830830

831831

832+
832833
#endif // IGCBIF_INTRINSICS_CL

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6292,6 +6292,7 @@ namespace IGC
62926292
}
62936293

62946294

6295+
62956296
std::string CEncoder::GetVariableName(CVariable* var)
62966297
{
62976298
IGC_ASSERT(nullptr != var);

visa/CISA.l

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ rol|ror {
276276

277277

278278

279+
279280
addc|subb {
280281
TRACE("\n** MATH INST ");
281282
CISAlval.opcode = str2opcode(yytext);

visa/Common_ISA.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ typedef struct {
499499
} kernel_format_t;
500500
typedef kernel_format_t function_format_t;
501501

502+
502503
class print_format_provider_t {
503504
public:
504505
virtual uint32_t getNameIndex() const = 0;

visa/Common_ISA_util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const char* Common_ISA_Get_Align_Name(VISA_Align align)
6262
return common_ISA_align_name[align];
6363
}
6464

65+
6566
const char* Common_ISA_Get_Modifier_Name(VISA_Modifier modifier)
6667
{
6768
switch (modifier)

0 commit comments

Comments
 (0)