mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Add compiler expectation to stateless kernel with indirect access fixture
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b5ba5028d7
commit
ce1d49a3a1
@@ -339,6 +339,8 @@ class StatelessKernelWithIndirectAccessFixture : public ProgramFixture {
|
||||
&retVal));
|
||||
ASSERT_NE(nullptr, multiDeviceKernel);
|
||||
ASSERT_EQ(CL_SUCCESS, retVal);
|
||||
|
||||
EXPECT_TRUE(multiDeviceKernel->getKernel(device->getRootDeviceIndex())->getKernelInfo().hasIndirectStatelessAccess);
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
|
||||
Reference in New Issue
Block a user