Files
compute-runtime/shared/source/command_stream/csr_properties_flags.h
Mateusz Jablonski c3ac7b78bd refactor: correct variable naming
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-12-01 02:18:46 +01:00

20 lines
375 B
C++

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