Skip to content

[SYCL] Fix build issues for Debug configuration on Windows #1151

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

Merged
merged 1 commit into from
Feb 25, 2020
Merged

[SYCL] Fix build issues for Debug configuration on Windows #1151

merged 1 commit into from
Feb 25, 2020

Conversation

dm-vodopyanov
Copy link
Contributor

During the building x64 Debug configuration of Windows using scripts from buildbot folder, there were two issues:

  1. OpenCL ICD Loader failed to build because of the missing OpenCL headers
  2. Fatal error C1128: clang\lib\Sema\SemaTemplateDeduction.cpp : number of sections exceeded object file format limit: compile with /bigobj

Signed-off-by: Dmitry Vodopyanov [email protected]

@dm-vodopyanov dm-vodopyanov changed the title [SYCL] Fix build issues for Debug configuration [SYCL] Fix build issues for Debug configuration on Windows Feb 21, 2020
Copy link
Contributor

@alexbatashev alexbatashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bader bader merged commit f2214a0 into intel:sycl Feb 25, 2020
codeplay-sycl referenced this pull request in codeplaysoftware/sycl-for-cuda Feb 25, 2020
During the building x64 Debug configuration of Windows using scripts from buildbot folder, there were two issues:
1. OpenCL ICD Loader failed to build because of the missing OpenCL headers
2. Fatal error C1128: clang\lib\Sema\SemaTemplateDeduction.cpp : number of sections exceeded object file format limit: compile with /bigobj

Signed-off-by: Dmitry Vodopyanov <[email protected]>
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