Skip to content

Commit a472cad

Browse files
fftzengsys_zuul
authored andcommitted
Allow alignBindlessSampler for all Gen9
Change-Id: I425af007c2a2e5897b1e99dac2d8e837a4dcc2e8
1 parent 396f122 commit a472cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/HWCaps.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371

372372
bool alignBindlessSampler() const
373373
{
374-
return getGenxPlatform() == GENX_SKL && getOption(vISA_alignBindlessSampler);
374+
return getPlatformGeneration(getGenxPlatform()) == PlatformGen::GEN9 && getOption(vISA_alignBindlessSampler);
375375
}
376376

377377
bool noL3Flush() const

0 commit comments

Comments
 (0)