-
Notifications
You must be signed in to change notification settings - Fork 52
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
base: main
Are you sure you want to change the base?
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.
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; |
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.
No need to be too clever here. Let's just include the appropriate header for this type.
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.
👍
f20d106
to
a37d39a
Compare
|
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 :)