Skip to content

Commit

Permalink
[TEMP] Disable unique_by_key's large-index tests on OMP
Browse files Browse the repository at this point in the history
Will investigate or file issue.
  • Loading branch information
alliepiper committed May 5, 2024
1 parent 7f6ca82 commit aacbcc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions thrust/testing/unique_by_key.cu
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ struct TestUniqueCopyByKeyToDiscardIterator
};
VariableUnitTest<TestUniqueCopyByKeyToDiscardIterator, IntegralTypes> TestUniqueCopyByKeyToDiscardIteratorInstance;

// If not using Thrust's OpenMP backend:
#if THRUST_DEVICE_SYSTEM != THRUST_DEVICE_SYSTEM_OMP

template <typename K>
struct TestUniqueCopyByKeyLargeInput
{
Expand Down Expand Up @@ -465,3 +468,5 @@ struct TestUniqueCopyByKeyLargeOutCount
}
};
SimpleUnitTest<TestUniqueCopyByKeyLargeOutCount, IntegralTypes> TestUniqueCopyByKeyLargeOutCountInstance;

#endif // non-OpenMP backend

0 comments on commit aacbcc0

Please sign in to comment.