Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 RS4 support for OpenCL ICD as per MS directive #4

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

nikhiljnv
Copy link
Owner

These are set of changes required by MS for Para-Virtualization
support for Windows 10 RS4.
Pull changes in pull request
KhronosGroup#33

Merge branch 'master' of https://github.com/saleelk/OpenCL-ICD-Loader into saleelk-master

saleelk and others added 20 commits May 18, 2018 12:08
- Fix vendors enumeration on 32-bit Windows OS
- Fix Copyright year
* Don't include DX SDK at all on MinGW (MinGW have their own headers)
* Lower case header name for cross-compilation on Linux
updated README with CMake build instructions
RS4 Changes for OpenCL ICD

Motivation - MS is adopting DCHU complaince and for For RS4 it will be mandatory for OpenCL to load via registry keys contained only within the HKR section of the registry as writes outside of HKR will not be allowed for the INF. It is also to support ParaV feature of the OS to make it "virtualization-ready".
Address suggestions
Fixed reg entry type from MULTI_SZ to SZ
The fix for build has to be in cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants