Program preemption mode in Interface Descriptor Data

Change-Id: I7fce731d71dd0b6dc8505ebfe45d24c65898a08b
This commit is contained in:
Zdanowicz, Zbigniew
2018-03-01 22:43:04 +01:00
committed by sys_ocldev
parent bee295415f
commit 533afe472a
25 changed files with 226 additions and 90 deletions

View File

@@ -70,5 +70,6 @@ template size_t PreemptionHelper::getRequiredCmdStreamSize<GfxFamily>(Preemption
template size_t PreemptionHelper::getPreemptionWaCsSize<GfxFamily>(const Device &device);
template void PreemptionHelper::applyPreemptionWaCmdsBegin<GfxFamily>(LinearStream *pCommandStream, const Device &device);
template void PreemptionHelper::applyPreemptionWaCmdsEnd<GfxFamily>(LinearStream *pCommandStream, const Device &device);
template void PreemptionHelper::programInterfaceDescriptorDataPreemption<GfxFamily>(INTERFACE_DESCRIPTOR_DATA<GfxFamily> *idd, PreemptionMode preemptionMode);
} // namespace OCLRT