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:
parent
525470917f
commit
a783f463c4
|
@ -58,7 +58,7 @@ struct L0BindlessAub : Test<AUBFixtureL0> {
|
||||||
ModuleImp *module = nullptr;
|
ModuleImp *module = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
HWTEST2_F(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect, IsAtMostXeHpgCore) {
|
HWTEST_F(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect) {
|
||||||
constexpr size_t bufferSize = MemoryConstants::pageSize;
|
constexpr size_t bufferSize = MemoryConstants::pageSize;
|
||||||
const uint32_t groupSize[] = {32, 1, 1};
|
const uint32_t groupSize[] = {32, 1, 1};
|
||||||
const uint32_t groupCount[] = {bufferSize / 32, 1, 1};
|
const uint32_t groupCount[] = {bufferSize / 32, 1, 1};
|
||||||
|
|
Loading…
Reference in New Issue