Enable bindless aub test for all platforms

Related-To: NEO-6515

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe 2022-03-24 19:20:25 +00:00 committed by Compute-Runtime-Automation
parent 525470917f
commit a783f463c4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ struct L0BindlessAub : Test<AUBFixtureL0> {
ModuleImp *module = nullptr;
};
HWTEST2_F(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect, IsAtMostXeHpgCore) {
HWTEST_F(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect) {
constexpr size_t bufferSize = MemoryConstants::pageSize;
const uint32_t groupSize[] = {32, 1, 1};
const uint32_t groupCount[] = {bufferSize / 32, 1, 1};