Skip to content

Commit ab54cdb

Browse files
pratikashargfxbot
authored andcommitted
Pass correct gtpin-IGC interface version
Change-Id: I5bf0f2e8dd25bb23cf9a01b3550eb2b5b4945fde
1 parent d4965c8 commit ab54cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visa/FlowGraph.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5733,6 +5733,7 @@ void* gtPinData::getGTPinInfoBuffer(unsigned int &bufferSize)
57335733
{
57345734
gtpin::igc::igc_init_t t;
57355735
t = *gtpin_init;
5736+
t.version = gtpin::igc::GTPIN_IGC_INTERFACE_VERSION;
57365737

57375738
void* rerabuffer = nullptr;
57385739
unsigned int rerasize = 0;

0 commit comments

Comments
 (0)