Skip to content

Commit

Permalink
Revise test includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Oct 1, 2024
1 parent 251711d commit b6ec260
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/bloom_filter/unique_sequence_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@
#include <cuco/bloom_filter.cuh>

#include <cuda/functional>
#include <cuda/std/array>
#include <thrust/device_vector.h>
#include <thrust/distance.h>
#include <thrust/execution_policy.h>
#include <thrust/functional.h>
#include <thrust/iterator/constant_iterator.h>
#include <thrust/iterator/counting_iterator.h>
#include <thrust/sequence.h>
#include <thrust/sort.h>
#include <thrust/transform.h>

#include <catch2/catch_template_test_macros.hpp>
#include <catch2/generators/catch_generators.hpp>
Expand Down

0 comments on commit b6ec260

Please sign in to comment.