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

Enable CI tests for CPU-based SYCL builds #636

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

stephenswat
Copy link
Member

As it stands, we only test our SYCL code on the CI bridge, and that only runs on GPU-like platforms. While it is good that we test there, it is also important for us to test this code on CPU platforms. Indeed, such platforms behave differently in terms of lockstep execution and memory allocation.

@stephenswat stephenswat added cicd Changes related to the CI system improvement Improve an existing feature labels Jul 3, 2024
Copy link
Member

@krasznaa krasznaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

As it stands, we only test our SYCL code on the CI bridge, and that only
runs on GPU-like platforms. While it is good that we test there, it is
also important for us to test this code on CPU platforms. Indeed, such
platforms behave differently in terms of lockstep execution and memory
allocation.
@stephenswat stephenswat enabled auto-merge July 4, 2024 14:37
@stephenswat stephenswat merged commit a16456f into acts-project:main Jul 4, 2024
23 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd Changes related to the CI system improvement Improve an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants