mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add AUB generation in parallel to execution on GPU
This commit adds basic for parallel AUB generation and execution on GPU. Change-Id: I3c77557a9578db05c87be6db7a5e3006f7c4b053
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@ -22,9 +22,11 @@
|
||||
|
||||
#include "runtime/os_interface/linux/device_command_stream.inl"
|
||||
#include "runtime/os_interface/linux/drm_command_stream.inl"
|
||||
#include "runtime/command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
template class DeviceCommandStreamReceiver<SKLFamily>;
|
||||
template class DrmCommandStreamReceiver<SKLFamily>;
|
||||
template class CommandStreamReceiverWithAUBDump<DrmCommandStreamReceiver<SKLFamily>>;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@ -22,9 +22,11 @@
|
||||
|
||||
#include "runtime/os_interface/windows/device_command_stream.inl"
|
||||
#include "runtime/os_interface/windows/wddm_device_command_stream.inl"
|
||||
#include "runtime/command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
template class DeviceCommandStreamReceiver<SKLFamily>;
|
||||
template class WddmCommandStreamReceiver<SKLFamily>;
|
||||
template class CommandStreamReceiverWithAUBDump<WddmCommandStreamReceiver<SKLFamily>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user