mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Cleanup command stream receiver tests 1/n
cmd parse tests aub subcapture tests aub command stream receiver tests aub command stream receiver fixture mock aub subcapture manager Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7680331b4a
commit
ab4640635d
@@ -18,7 +18,7 @@ void DeviceFixture::SetUp() {
|
||||
}
|
||||
|
||||
void DeviceFixture::SetUpImpl(const NEO::HardwareInfo *hardwareInfo) {
|
||||
pDevice = MockDevice::createWithNewExecutionEnvironment<MockDevice>(hardwareInfo);
|
||||
pDevice = MockDevice::createWithNewExecutionEnvironment<MockDevice>(hardwareInfo, rootDeviceIndex);
|
||||
ASSERT_NE(nullptr, pDevice);
|
||||
|
||||
auto &commandStreamReceiver = pDevice->getGpgpuCommandStreamReceiver();
|
||||
|
||||
@@ -22,5 +22,6 @@ struct DeviceFixture {
|
||||
volatile uint32_t *pTagMemory = nullptr;
|
||||
HardwareInfo hardwareInfo = {};
|
||||
PLATFORM platformHelper = {};
|
||||
const uint32_t rootDeviceIndex = 0u;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user