-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
SYCL. Add more test for sycl-objectives #11064
SYCL. Add more test for sycl-objectives #11064
Conversation
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.
Please help fix some of the compilation failures when you are available.
return inv_idcg_.View(ctx->Device()); | ||
// This function doesn't have sycl-specific implementation yet. | ||
// For that reason we transfer data to host in case of sycl is used for propper execution. | ||
return inv_idcg_.View(ctx->Device().IsSycl() ? DeviceOrd::CPU() : ctx->Device()); |
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.
Feel free to make suggestion on how we should structure the project in the future.
I have fixed linking issues, but some cuda tests still faille |
Hi @trivialfis, could you please relaunch cuda-ci? It looks like the failures are not related to PR content. |
Just saw it, restarted. |
This PR adopts more tests for sycl-objectives.