From c984dfa87d46341312de70b3fe66851c4217941d Mon Sep 17 00:00:00 2001 From: Puspendu Banerjee Date: Mon, 21 Dec 2020 00:21:44 -0600 Subject: [PATCH] Added known build issues and workarounds Added known build issues and workarounds --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a6a0aa..861dc98 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ in the main directory of the project git submodule init git submodule update ``` ++ **OpenCL.lib not found** \ +install intel sdk intel_sdk_for_opencl_applications_{YYYY}.V.XYZ.zip (e.g. intel_sdk_for_opencl_applications_2020.3.494.zip) +Set environment variable for Linker to pick up OpenCL.lib. Below example is for MS Build linker +``` +set LIB=%LIB%;%INTELOCLSDKROOT%\lib\x64;%INTELOCLSDKROOT%\lib\x86; +``` ## License