-
Notifications
You must be signed in to change notification settings - Fork 283
[libcu++/cudax] Move all experimental additions to memory resource properties to libcu++ #6233
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?
[libcu++/cudax] Move all experimental additions to memory resource properties to libcu++ #6233
Conversation
This comment has been minimized.
This comment has been minimized.
🥳 CI Workflow Results🟩 Finished in 3h 19m: Pass: 100%/116 | Total: 1d 04h | Max: 1h 31m | Hits: 95%/226302See results here. |
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, add all of the missing _CCCL_API
/_CCCL_HOST_API
attributes
By all do you mean only |
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.
By all do you mean only
properties_list::has_property
? I don't see other functions in theproperties.h
Oh sorry, I thought there is much more being transfered to libcu++!
//! a template and type arguments with the properties from this list. The properties | ||
//! are appended after the type arguments in the resulting type. | ||
template <class... _Properties> | ||
struct properties_list |
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.
this could be used in other contexts as well
This PR removes
cudax::
alias forcuda::mr::
properties and move default properties system andproperties_list
type to libcu++