Skip to content
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

Merged

Conversation

razdoburdin
Copy link
Contributor

This PR adopts more tests for sycl-objectives.

Copy link
Member

@trivialfis trivialfis left a 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());
Copy link
Member

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.

@razdoburdin
Copy link
Contributor Author

razdoburdin commented Dec 9, 2024

Please help fix some of the compilation failures when you are available.

I have fixed linking issues, but some cuda tests still faille

@razdoburdin
Copy link
Contributor Author

Hi @trivialfis, could you please relaunch cuda-ci? It looks like the failures are not related to PR content.

@trivialfis
Copy link
Member

Just saw it, restarted.

@razdoburdin
Copy link
Contributor Author

Just saw it, restarted.
it was some problem with the CI configuration
image
I have merged the master branch, hope it would help

@trivialfis trivialfis merged commit a2a348b into dmlc:master Dec 12, 2024
57 of 58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants