-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] Free functions and dynamic linking fixes for CUDA/HIP #17899
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 is a follow up to: #17742 |
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.
Would be worth checking in Graph/Update/FreeFunctionKernels
for other tests to re-enable. I think most (all?) of them have this cuda xfail.
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.
Yeap will re-enable them, saw them passing in a CI run here: https://github.com/intel/llvm/actions/runs/14327574541/job/40157100672?pr=17899#step:17:2858
@intel/dpcpp-tools-reviewers could you please have a look at this patch? |
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.
Good change. Just one nit.
Thanks
@intel/llvm-gatekeepers this should be ready to go. Thank you. |
This test was fixed by: * intel#17899 * intel#18000 Fixes intel#17812
No description provided.