-
Notifications
You must be signed in to change notification settings - Fork 578
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
tpetra with OneAPI 2023.1.0: Tpetra_Import_Util2.hpp:1033:55: error: SYCL kernel cannot call a variadic function #12277
Comments
We do not do regular SYCL testing at present, but hope to resolve these issues once we do. |
Possibly related: #11968 |
@csiefer2 This test runs regularly, and if you would like access to the machine for you or for someone on your team, we can help with that. |
@jwillenbring Is this something that can be posted? |
We were running the SYCL test nightly on the Frank system at University of Oregon until #12016 in July, at which point we turned off the nightly SYCL test because it was broken. Now that #12016 is resolved, we are trying to turn it back on but are not able to do so until this issue can be resolved. |
@eugeneswalker Given that Trilinos doesn't work correctly with SYCL (even if you could build it), IMO there's no real harm in leaving testing broken. I just tried a SYCL build on one of our local PVC machines (we don't have any XEHPs) and the linker can't even link libkokkoscore.so correctly, so we have even less in the way of testing capability than you do. I can't reproduce your error, so I can't fix it. If you think you know how to fix it, feel free to submit a PR which fixes it and then we can make sure it doesn't break anything else. |
Update: Our compiler install on our PVC machine is incomplete. Someone is working on it. |
#12294 should fix this. |
#12294 just merged. @eugeneswalker did this fix your reported issue? |
I am verifying this now. Will post back today with results. Thank you |
I got the same error using Trilinos master branch from a couple hours ago:
I got the same error:
Does this not include the merged fix? |
@eugeneswalker Master does not include the fix. Try the develop branch. |
This resolves the issue for me! Thanks! |
When might this be merged into master @csiefer2 @masterleinad ? |
Whenever |
Bug Report
@csiefer2
Description
Trying to build Trilinos master branch (5aaae1a from
Fri Sep 1 08:49:54 2023 -0500
) with OneAPI 2023.1.0 for Intel DG1 is failing using the following CMake:Build error:
The key error seems to be:
Any idea what is going on? CC @nchaimov
The text was updated successfully, but these errors were encountered: