Skip to content

Commit d2d30ed

Browse files
DianaChenigcbot
authored andcommitted
IGA: Update GEDLibrary version
For internal feature
1 parent e2e261b commit d2d30ed

File tree

8 files changed

+8
-2
lines changed

8 files changed

+8
-2
lines changed

visa/iga/GEDLibrary/GED_external/build/autogen-ia32/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ SPDX-License-Identifier: MIT
66
77
============================= end_copyright_notice ===========================*/
88

9-
const char* gedVersion = "d704024e";
9+
const char* gedVersion = "4e354fbd";

visa/iga/GEDLibrary/GED_external/build/autogen-intel64/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ SPDX-License-Identifier: MIT
66
77
============================= end_copyright_notice ===========================*/
88

9-
const char* gedVersion = "d704024e";
9+
const char* gedVersion = "4e354fbd";

visa/iga/IGALibrary/Backend/GED/Decoder.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class Decoder : public GEDBitProcessor {
116116
}
117117
}
118118

119+
119120
bool isMacro() const;
120121

121122
private:

visa/iga/IGALibrary/Backend/GED/Encoder.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class Encoder : protected GEDBitProcessor {
213213
void applyGedWorkarounds(const Kernel &k, size_t bitsLen);
214214
void encodeOptions(const Instruction &inst);
215215

216+
216217
//////////////////////////////////////////////////////////////////////
217218
// platform specific queries *but sometimes need the instruction too)
218219
//

visa/iga/IGALibrary/Models/Models.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ struct Model {
341341
bool supportsAlign16Ternary() const { return platform < Platform::GEN10; }
342342
bool supportsAlign16MacroInst() const { return platform <= Platform::GEN10; }
343343

344+
344345
uint32_t getNumGRF() const;
345346
uint32_t getNumFlagReg() const;
346347
uint32_t getGRFByteSize() const;

visa/iga/IGALibrary/api/iga.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ class IGAContext {
437437
checkForLegacyFields(dopts, errHandler);
438438
DecoderOpts dopts2(
439439
(dopts.formatting_opts & IGA_FORMATTING_OPT_NUMERIC_LABELS) != 0);
440+
440441
if ((dopts.decoder_opts & IGA_DECODING_OPT_NATIVE) == 0) {
441442
if (!iga::ged::IsDecodeSupported(m_model, dopts2)) {
442443
return IGA_UNSUPPORTED_PLATFORM;

visa/iga/IGALibrary/api/iga.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ static_assert(sizeof(iga_disassemble_options_t) == 6 * 4,
439439
/* just the default decoding opts */
440440
#define IGA_DECODING_OPTS_DEFAULT (0u)
441441

442+
442443
/*
443444
* Disassembles kernel bits into a string.
444445
*

visa/iga/IGALibrary/api/igaEncoderWrapper.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class KernelEncoder {
5959
// enable IGA swsb set. When enabled, the original swsb in the input
6060
// instructions will be obsoleted
6161
void enableIGAAutoDeps(bool enable = true) { m_enableAutoDeps = enable; }
62+
6263
};
6364

6465
#endif // _IGA_ENCODER_WRAPPER_HPP

0 commit comments

Comments
 (0)