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

[bug] fix dpc compilation for OS=win and COMPILER=vc #2810

Merged
merged 7 commits into from
Jun 5, 2024

Conversation

icfaust
Copy link
Contributor

@icfaust icfaust commented Jun 3, 2024

Description

This PR is initially to show the issue, with the solution commented out (to replicate the bug). This shows that with VC the $(-Q) setting in the makefile clashes with the definition of the dependency file generation here: https://github.com/oneapi-src/oneDAL/blob/main/dev/make/deps.mk#L115 needed for the icpx/icx compiler in the dpc step.

NOTE: Github CI runner will be removed before converting from draft to PR.

Changes proposed in this pull request:

  • remove unneeded definition for dpcpp in the deps file
  • add an if statement for the icx compiler dependency

@icfaust
Copy link
Contributor Author

icfaust commented Jun 3, 2024

Note the CI oneDAL build example/ build Windows which shows the error. Next I will apply the changes.

@icfaust
Copy link
Contributor Author

icfaust commented Jun 3, 2024

/intelci: run

@icfaust
Copy link
Contributor Author

icfaust commented Jun 4, 2024

/intelci: run

@icfaust icfaust marked this pull request as ready for review June 4, 2024 12:43
@icfaust
Copy link
Contributor Author

icfaust commented Jun 5, 2024

/intelci: run

@icfaust
Copy link
Contributor Author

icfaust commented Jun 5, 2024

/intelci: run

@icfaust icfaust merged commit 801c154 into oneapi-src:main Jun 5, 2024
16 of 17 checks passed
@icfaust icfaust deleted the dev/vc_deps_fix branch June 5, 2024 14:27
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.

2 participants