Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions features/config/TEMPLATE_thrust-unique_by_key.xml

This file was deleted.

3 changes: 0 additions & 3 deletions features/feature_case/thrust/thrust-unique_by_key.cu
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ void test_2() {
iter_pair new_last =
thrust::unique_by_key(h_keys.begin(), h_keys.end(), h_values.begin());

thrust::pair<int *, int *> new_end;
new_end = thrust::unique_by_key(thrust::host, A, A + N, B);

int keys_ref[10] = {1, 3, 2, 1};
int values_ref[10] = {9, 8, 5, 3};
for (int i = 0; i < 4; i++) {
Expand Down
2 changes: 1 addition & 1 deletion features/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<test testName="thrust-gather" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-scatter" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-unique_by_key_copy" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-unique_by_key" configFile="config/TEMPLATE_thrust-unique_by_key.xml" />
<test testName="thrust-unique_by_key" configFile="config/TEMPLATE_thrust_api.xml" />
<test testName="thrust-for-hypre" configFile="config/TEMPLATE_thrust_exec.xml" />
<test testName="thrust-rawptr-noneusm" configFile="config/TEMPLATE_thrust_noneusm_exec.xml" />
<test testName="thrust-find" configFile="config/TEMPLATE_thrust_exec.xml" />
Expand Down