compute-runtime/shared/source/kernel/kernel_descriptor.cpp

15 lines
243 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/kernel/kernel_descriptor.h"
namespace NEO {
bool KernelDescriptor::hasRTCalls() const {
return false;
}
} // namespace NEO