Set arg immediate for all Kernel devices

convert tests to multi root device scenario

Related-To: NEO-5001
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-12-17 16:26:13 +00:00
committed by Compute-Runtime-Automation
parent e665111013
commit c3083592ad
7 changed files with 270 additions and 201 deletions

View File

@@ -79,7 +79,7 @@ class SamplerSetArgFixture : public ClDeviceFixture {
bool crossThreadDataUnchanged() {
for (uint32_t i = 0; i < crossThreadDataSize; i++) {
if (pKernel->mockCrossThreadData[i] != 0u) {
if (pKernel->mockCrossThreadDatas[rootDeviceIndex][i] != 0u) {
return false;
}
}