Moved all the constants used in sysman to the single header file

Change-Id: I0bfa02e68c9aba1cc5d3105c37630b30b03e1b54
Signed-off-by: Kanhaiya <kanhaiya.singh@intel.com>
This commit is contained in:
Kanhaiya
2020-09-16 11:24:22 +05:30
committed by sys_ocldev
parent 2a69b1ed78
commit 723e852c09
12 changed files with 54 additions and 36 deletions

View File

@@ -8,14 +8,14 @@
#pragma once
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "level_zero/tools/source/sysman/sysman_const.h"
#include "sysman/memory/os_memory.h"
#include "sysman/windows/os_sysman_imp.h"
namespace L0 {
class KmdSysManager;
constexpr uint32_t MbpsToBytesPerSecond = 125000;
class WddmMemoryImp : public OsMemory, NEO::NonCopyableOrMovableClass {
public:
ze_result_t getProperties(zes_mem_properties_t *pProperties) override;