mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +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
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
template class DeviceCommandStreamReceiver<SKLFamily>;
|
||||
template class WddmCommandStreamReceiver<SKLFamily>;
|
||||
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<SKLFamily>>;
|
||||
template class DeviceCommandStreamReceiver<Gen9Family>;
|
||||
template class WddmCommandStreamReceiver<Gen9Family>;
|
||||
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<Gen9Family>>;
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user