SWDEV-273235 - Minor build fixes for Windows CMake

Change-Id: Ia0631c8d6c2a58526b9938cfd141cbe64437f8fb


[ROCm/clr commit: ece83262de]
This commit is contained in:
Vladislav Sytchenko
2021-05-05 12:34:59 -04:00
parent d63de355fe
commit c7b6347a34
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -138,7 +138,8 @@ enum OclVersion {
OpenCL11 = 0x11,
OpenCL12 = 0x12,
OpenCL20 = 0x20,
OpenCL21 = 0x21
OpenCL21 = 0x21,
OpenCL22 = 0x22,
};
struct MemoryFormat {
@@ -22,7 +22,7 @@
#include "top.hpp"
#include "library.hpp"
#include "inc/core/palDevice.h"
#include "palDevice.h"
/*! \addtogroup pal PAL Resource Implementation
* @{