Files
compute-runtime/shared/source/command_stream/definitions/csr_properties_flags.h
Sebastian Luzynski d24850cff3 Alter API with additional kernel exec info.
Related-To: NEO-4875
Change-Id: I10a5e3bfc32be520c3554c992dc36591fc1ff599
Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
2020-09-25 13:00:24 +02:00

17 lines
302 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
namespace AdditionalKernelExecInfo {
constexpr uint32_t NotSet = 1u;
constexpr uint32_t NotApplicable = 2u;
} // namespace AdditionalKernelExecInfo
} // namespace NEO