-
Notifications
You must be signed in to change notification settings - Fork 230
SYCL: Turn on AOT in CI and Update MKL #6007
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
Conversation
This can help expose issues earlier.
|
|
||
| # try apt install up to five times, to avoid connection splits | ||
| # FIXME install latest version of IntelLLVM, Intel MKL | ||
| # after conflicts with openPMD are resolved |
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.
@ax3l I updated the code that uses MKL FFT in this PR. What were the conflicts with openPMD?
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.
Okay it was added in #5419. Since there is no error now, it is safe to remove it.
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.
We can also try to remove -O1 -NDEBUG, which was added in #3478 to an address oneAPI 2022.2.0 issue.
|
Do we know why this test test_rz_langmuir_multi_psatd_JRhom_LL4 failed? This PR could not be the reason. |
roelof-groenewald
left a comment
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.
Thanks for adding the AOT flag and fixing the large kernel!
Uh oh!
There was an error while loading. Please reload this page.