mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
This commit reverts: a1d2bdc76666059653c79fe39a26113ce47c632a, 71a115129c1698ff15305fd0ea3828cba861be47, e1a9087a466bfba54d84a64247e6596092034a91. Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
14 lines
272 B
C++
14 lines
272 B
C++
/*
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/helpers/timestamp_packet.h"
|
|
|
|
namespace NEO {
|
|
void TimestampPacketHelper::overrideSupportedDevicesCount(uint32_t &numSupportedDevices) {
|
|
}
|
|
} // namespace NEO
|