mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove executionEnvironment from KernelInfo
Related-To: NEO-3739
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
96bc6b2e01
commit
4948c39d39
@ -30,6 +30,8 @@ class MediaImageSetArgTest : public ClDeviceFixture,
|
||||
ClDeviceFixture::SetUp();
|
||||
|
||||
pKernelInfo = std::make_unique<KernelInfo>();
|
||||
pKernelInfo->kernelDescriptor.kernelAttributes.simdSize = 1;
|
||||
|
||||
program = std::make_unique<MockProgram>(toClDeviceVector(*pClDevice));
|
||||
|
||||
pKernelInfo->heapInfo.SurfaceStateHeapSize = sizeof(surfaceStateHeap);
|
||||
|
Reference in New Issue
Block a user