-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Labels
good first issueGood for newcomers.Good for newcomers.help wantedRequest for input or help from the communityRequest for input or help from the community
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
Thrust
Is your feature request related to a problem? Please describe.
thrust::host_vector<thrust::device_vector<int>> out_buffers;
c2h::gen(C2H_SEED(1), out_buffers.emplace_back(42));should compile.
Describe the solution you'd like
Implement emplace_back(Args...) -> T& for thrust vectors
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers.Good for newcomers.help wantedRequest for input or help from the communityRequest for input or help from the community
Type
Projects
Status
In Review