Skip to content

TBB implementation of reduce_by_key incompatible with transform_output_iterator #821

@harrism

Description

@harrism

As part of NVIDIA/thrust#1805 I added a new test that combines reduce_by_key with transform_output_iterator. This fails to compile due to this line:

https://github.com/NVIDIA/thrust/blob/d641d63802d08c17bde9498677be300cb4277bdf/thrust/system/tbb/detail/reduce_by_key.inl#L329

I have disabled that test for the TBB backend using the Cmake macro thrust_declare_test_restrictions(). Once this issue is fixed that test should be enabled for TBB.

Metadata

Metadata

Assignees

No one assigned

    Labels

    thrustFor all items related to Thrust.

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions