Skip to content

make sycl measurement sorting algo interface match cuda's #961

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

flg
Copy link
Contributor

@flg flg commented May 2, 2025

Not sure it's worth it but I'll let traccc folks decide, since it was suggested by @krasznaa. It would save G-200 one template specialization: great success :)

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.

I'm on board. It's probably good to add a memory resource to the API. Even if the algorithm doesn't need it.

@@ -21,6 +21,10 @@
// System include(s).
#include <functional>

namespace traccc {
struct memory_resource;
Copy link
Member

Choose a reason for hiding this comment

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

No need to be too clever here. Let's just include the appropriate header for this type.

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.

👍

@krasznaa krasznaa force-pushed the sycl_ms_intf_consistency branch from f20d106 to a37d39a Compare May 4, 2025 13:48
Copy link

sonarqubecloud bot commented May 4, 2025

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