mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
Added known build issues and workarounds
Added known build issues and workarounds
This commit is contained in:
parent
5a9fa74ca0
commit
c984dfa87d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue