mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
Rename core family names to meet naming convention
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c200c6e2dd
commit
8424b27754
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
template class DeviceCommandStreamReceiver<BDWFamily>;
|
||||
template class DrmCommandStreamReceiver<BDWFamily>;
|
||||
template class CommandStreamReceiverWithAUBDump<DrmCommandStreamReceiver<BDWFamily>>;
|
||||
template class DeviceCommandStreamReceiver<Gen8Family>;
|
||||
template class DrmCommandStreamReceiver<Gen8Family>;
|
||||
template class CommandStreamReceiverWithAUBDump<DrmCommandStreamReceiver<Gen8Family>>;
|
||||
} // namespace NEO
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "shared/source/gen8/hw_cmds.h"
|
||||
|
||||
namespace NEO {
|
||||
using GfxFamily = BDWFamily;
|
||||
using GfxFamily = Gen8Family;
|
||||
|
||||
template class Dispatcher<GfxFamily>;
|
||||
template class BlitterDispatcher<GfxFamily>;
|
||||
|
||||
Reference in New Issue
Block a user