Grf configuration

Change-Id: I3741f53a38c6707b0c8ad82ae553ea65ae6917e4
Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
Pawel Wilma
2018-09-21 14:06:35 +02:00
committed by sys_ocldev
parent a81b1a461f
commit e06aa17dfc
19 changed files with 73 additions and 26 deletions

View File

@@ -15,12 +15,12 @@ typedef BDWFamily Family;
static auto gfxCore = IGFX_GEN8_CORE;
template <>
size_t CommandStreamReceiverHw<Family>::getCmdSizeForCoherency() {
size_t CommandStreamReceiverHw<Family>::getCmdSizeForComputeMode() {
return 0;
}
template <>
void CommandStreamReceiverHw<Family>::programCoherency(LinearStream &stream, DispatchFlags &dispatchFlags) {
void CommandStreamReceiverHw<Family>::programComputeMode(LinearStream &stream, DispatchFlags &dispatchFlags) {
}
template <>