compute-runtime/opencl/source/dll/command_queue_dll.cpp

17 lines
249 B
C++

/*
* Copyright (C) 2020-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/source/command_queue/command_queue.h"
namespace NEO {
bool CommandQueue::isTimestampWaitEnabled() {
return true;
}
} // namespace NEO