mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e665111013
commit
c3083592ad
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user