-
Notifications
You must be signed in to change notification settings - Fork 214
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
fix: remove libonedal_sycl.a from makefile #2970
base: main
Are you sure you want to change the base?
fix: remove libonedal_sycl.a from makefile #2970
Conversation
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for a semi-green CI and merge.
/intelci: run |
Latest commit nightly: http://intel-ci.intel.com/efa1be5f-0cb1-f11c-b33b-a4bf010d0e2d |
Description
PR introduces removing libonedal_sycl.a library from oneDAL build. Originally it was a copy of libmkl_sycl.a library, but since oneMKL migration we observed an issue with increasing build size. With the current changes MKL_SYCL dependency will be added in static applications through CMake.
Checklist to comply with before moving PR from draft:
PR completeness and readability
Testing