mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Change-Id: I3ae4a7534322956eda894b097e8a74cb9fb050e3 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
14 lines
267 B
C++
14 lines
267 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/helpers/timestamp_packet.h"
|
|
|
|
namespace NEO {
|
|
void TimestampPacketHelper::overrideSupportedDevicesCount(uint32_t &numSupportedDevices) {
|
|
}
|
|
} // namespace NEO
|