Skip to content

Commit 5b7ed42

Browse files
weiyu-chenZuul
authored andcommitted
Update the IGC to IGA platform mapping for Shader Override.
Change-Id: Ie0a3f7364cc38b152b1e09e3a39bc4a38d5d3e15
1 parent 041afa0 commit 5b7ed42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IGC/common/ShaderOverride.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ iga_gen_t GetIGAPlatform(const IGC::CPlatform* platform)
133133
{
134134
return IGA_GEN9;
135135
}
136+
case IGFX_GEN10_CORE:
137+
return IGA_GEN10;
138+
case IGFX_GEN11_CORE:
139+
return IGA_GEN11;
136140
default:
137141
assert(0 && "unsupported platform");
138142
break;

0 commit comments

Comments
 (0)