Files
compute-runtime/shared/source/command_stream/csr_properties_flags.h
Filip Hazubski b25c0e4fc0 Update StreamProperties
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2021-06-08 08:57:55 +02:00

19 lines
353 B
C++

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