mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
Create dedicated engine for internal usage
Related-To: NEO-4149 Change-Id: I1641866429cfa87b457a808b22917d191c482a7e Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
31029be263
commit
d810067048
@@ -68,7 +68,7 @@ static uint32_t slmSizeInKb[] = {1, 4, 8, 16, 32, 64};
|
||||
|
||||
HWCMDTEST_P(IGFX_GEN8_CORE, KernelSLMAndBarrierTest, test_SLMProgramming) {
|
||||
ASSERT_NE(nullptr, pClDevice);
|
||||
CommandQueueHw<FamilyType> cmdQ(nullptr, pClDevice, 0);
|
||||
CommandQueueHw<FamilyType> cmdQ(nullptr, pClDevice, 0, false);
|
||||
typedef typename FamilyType::INTERFACE_DESCRIPTOR_DATA INTERFACE_DESCRIPTOR_DATA;
|
||||
|
||||
// define kernel info
|
||||
|
||||
Reference in New Issue
Block a user