git: 2392fd13a65c - main - devel/thrust: Move include files under include/

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 23 Jul 2022 06:48:19 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2392fd13a65ce50df5374871142c68710ae90190

commit 2392fd13a65ce50df5374871142c68710ae90190
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-23 06:46:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-23 06:48:16 +0000

    devel/thrust: Move include files under include/
    
    PR:             265398
    Reported by:    Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
---
 devel/thrust/files/patch-CMakeLists.txt |   13 +-
 devel/thrust/pkg-plist                  | 1779 +++++++++++++++----------------
 2 files changed, 901 insertions(+), 891 deletions(-)

diff --git a/devel/thrust/files/patch-CMakeLists.txt b/devel/thrust/files/patch-CMakeLists.txt
index 70a0f672028a..fe9aae6b6ed3 100644
--- a/devel/thrust/files/patch-CMakeLists.txt
+++ b/devel/thrust/files/patch-CMakeLists.txt
@@ -1,5 +1,16 @@
---- CMakeLists.txt.orig	2019-01-29 23:00:07 UTC
+--- CMakeLists.txt.orig	2019-03-25 17:40:02 UTC
 +++ CMakeLists.txt
+@@ -341,8 +341,8 @@ cuda_include_directories(${CMAKE_SOURCE_DIR})
+ # Add targets
+ 
+ # thrust target
+-install(DIRECTORY ${CMAKE_SOURCE_DIR}/thrust/ DESTINATION thrust COMPONENT thrust)
+-install(FILES ${CMAKE_SOURCE_DIR}/CHANGELOG DESTINATION thrust COMPONENT thrust)
++install(DIRECTORY ${CMAKE_SOURCE_DIR}/thrust/ DESTINATION include/thrust COMPONENT thrust)
++#install(FILES ${CMAKE_SOURCE_DIR}/CHANGELOG DESTINATION thrust COMPONENT thrust)
+ add_custom_target(install-thrust
+   COMMAND
+       "${CMAKE_COMMAND}" -DCMAKE_INSTALL_COMPONENT=thrust
 @@ -350,9 +350,15 @@ add_custom_target(install-thrust
  )
  
diff --git a/devel/thrust/pkg-plist b/devel/thrust/pkg-plist
index ea6845460daa..394d85aad10d 100644
--- a/devel/thrust/pkg-plist
+++ b/devel/thrust/pkg-plist
@@ -1,890 +1,889 @@
-thrust/CHANGELOG
-thrust/addressof.h
-thrust/adjacent_difference.h
-thrust/advance.h
-thrust/allocate_unique.h
-thrust/async/copy.h
-thrust/async/for_each.h
-thrust/async/reduce.h
-thrust/async/sort.h
-thrust/async/transform.h
-thrust/binary_search.h
-thrust/complex.h
-thrust/copy.h
-thrust/count.h
-thrust/detail/adjacent_difference.inl
-thrust/detail/advance.inl
-thrust/detail/alignment.h
-thrust/detail/allocator/allocator_traits.h
-thrust/detail/allocator/allocator_traits.inl
-thrust/detail/allocator/copy_construct_range.h
-thrust/detail/allocator/copy_construct_range.inl
-thrust/detail/allocator/default_construct_range.h
-thrust/detail/allocator/default_construct_range.inl
-thrust/detail/allocator/destroy_range.h
-thrust/detail/allocator/destroy_range.inl
-thrust/detail/allocator/fill_construct_range.h
-thrust/detail/allocator/fill_construct_range.inl
-thrust/detail/allocator/malloc_allocator.h
-thrust/detail/allocator/malloc_allocator.inl
-thrust/detail/allocator/no_throw_allocator.h
-thrust/detail/allocator/tagged_allocator.h
-thrust/detail/allocator/tagged_allocator.inl
-thrust/detail/allocator/temporary_allocator.h
-thrust/detail/allocator/temporary_allocator.inl
-thrust/detail/allocator_aware_execution_policy.h
-thrust/detail/binary_search.inl
-thrust/detail/complex/arithmetic.h
-thrust/detail/complex/c99math.h
-thrust/detail/complex/catrig.h
-thrust/detail/complex/catrigf.h
-thrust/detail/complex/ccosh.h
-thrust/detail/complex/ccoshf.h
-thrust/detail/complex/cexp.h
-thrust/detail/complex/cexpf.h
-thrust/detail/complex/clog.h
-thrust/detail/complex/clogf.h
-thrust/detail/complex/complex.inl
-thrust/detail/complex/cpow.h
-thrust/detail/complex/cproj.h
-thrust/detail/complex/csinh.h
-thrust/detail/complex/csinhf.h
-thrust/detail/complex/csqrt.h
-thrust/detail/complex/csqrtf.h
-thrust/detail/complex/ctanh.h
-thrust/detail/complex/ctanhf.h
-thrust/detail/complex/math_private.h
-thrust/detail/complex/stream.h
-thrust/detail/config.h
-thrust/detail/config/compiler.h
-thrust/detail/config/compiler_fence.h
-thrust/detail/config/config.h
-thrust/detail/config/cpp_compatibility.h
-thrust/detail/config/cpp_dialect.h
-thrust/detail/config/debug.h
-thrust/detail/config/device_system.h
-thrust/detail/config/exec_check_disable.h
-thrust/detail/config/forceinline.h
-thrust/detail/config/global_workarounds.h
-thrust/detail/config/host_device.h
-thrust/detail/config/host_system.h
-thrust/detail/config/simple_defines.h
-thrust/detail/contiguous_storage.h
-thrust/detail/contiguous_storage.inl
-thrust/detail/copy.h
-thrust/detail/copy.inl
-thrust/detail/copy_if.h
-thrust/detail/copy_if.inl
-thrust/detail/count.inl
-thrust/detail/cpp11_required.h
-thrust/detail/cstdint.h
-thrust/detail/dependencies_aware_execution_policy.h
-thrust/detail/device_delete.inl
-thrust/detail/device_free.inl
-thrust/detail/device_malloc.inl
-thrust/detail/device_new.inl
-thrust/detail/device_ptr.inl
-thrust/detail/device_reference.inl
-thrust/detail/device_vector.inl
-thrust/detail/distance.inl
-thrust/detail/equal.inl
-thrust/detail/event_error.h
-thrust/detail/execute_with_allocator.h
-thrust/detail/execute_with_allocator_fwd.h
-thrust/detail/execute_with_dependencies.h
-thrust/detail/execution_policy.h
-thrust/detail/extrema.inl
-thrust/detail/fill.inl
-thrust/detail/find.inl
-thrust/detail/for_each.inl
-thrust/detail/function.h
-thrust/detail/functional.inl
-thrust/detail/functional/actor.h
-thrust/detail/functional/actor.inl
-thrust/detail/functional/argument.h
-thrust/detail/functional/composite.h
-thrust/detail/functional/operators.h
-thrust/detail/functional/operators/arithmetic_operators.h
-thrust/detail/functional/operators/assignment_operator.h
-thrust/detail/functional/operators/bitwise_operators.h
-thrust/detail/functional/operators/compound_assignment_operators.h
-thrust/detail/functional/operators/logical_operators.h
-thrust/detail/functional/operators/operator_adaptors.h
-thrust/detail/functional/operators/relational_operators.h
-thrust/detail/functional/placeholder.h
-thrust/detail/functional/value.h
-thrust/detail/gather.inl
-thrust/detail/generate.inl
-thrust/detail/get_iterator_value.h
-thrust/detail/host_vector.inl
-thrust/detail/inner_product.inl
-thrust/detail/integer_math.h
-thrust/detail/integer_traits.h
-thrust/detail/internal_functional.h
-thrust/detail/logical.inl
-thrust/detail/malloc_and_free.h
-thrust/detail/memory_algorithms.h
-thrust/detail/merge.inl
-thrust/detail/minmax.h
-thrust/detail/mismatch.inl
-thrust/detail/modern_gcc_required.h
-thrust/detail/mpl/math.h
-thrust/detail/numeric_traits.h
-thrust/detail/overlapped_copy.h
-thrust/detail/pair.inl
-thrust/detail/partition.inl
-thrust/detail/pointer.h
-thrust/detail/pointer.inl
-thrust/detail/preprocessor.h
-thrust/detail/range/head_flags.h
-thrust/detail/range/tail_flags.h
-thrust/detail/raw_pointer_cast.h
-thrust/detail/raw_reference_cast.h
-thrust/detail/reduce.inl
-thrust/detail/reference.h
-thrust/detail/reference.inl
-thrust/detail/reference_forward_declaration.h
-thrust/detail/remove.inl
-thrust/detail/replace.inl
-thrust/detail/reverse.inl
-thrust/detail/scan.inl
-thrust/detail/scatter.inl
-thrust/detail/select_system.h
-thrust/detail/seq.h
-thrust/detail/sequence.inl
-thrust/detail/set_operations.inl
-thrust/detail/sort.inl
-thrust/detail/static_assert.h
-thrust/detail/static_map.h
-thrust/detail/swap.h
-thrust/detail/swap.inl
-thrust/detail/swap_ranges.inl
-thrust/detail/tabulate.inl
-thrust/detail/temporary_array.h
-thrust/detail/temporary_array.inl
-thrust/detail/temporary_buffer.h
-thrust/detail/transform.inl
-thrust/detail/transform_reduce.inl
-thrust/detail/transform_scan.inl
-thrust/detail/trivial_sequence.h
-thrust/detail/tuple.inl
-thrust/detail/tuple_algorithms.h
-thrust/detail/tuple_meta_transform.h
-thrust/detail/tuple_transform.h
-thrust/detail/type_deduction.h
-thrust/detail/type_traits.h
-thrust/detail/type_traits/algorithm/intermediate_type_from_function_and_iterators.h
-thrust/detail/type_traits/function_traits.h
-thrust/detail/type_traits/has_member_function.h
-thrust/detail/type_traits/has_nested_type.h
-thrust/detail/type_traits/has_trivial_assign.h
-thrust/detail/type_traits/is_call_possible.h
-thrust/detail/type_traits/is_metafunction_defined.h
-thrust/detail/type_traits/iterator/is_discard_iterator.h
-thrust/detail/type_traits/iterator/is_output_iterator.h
-thrust/detail/type_traits/minimum_type.h
-thrust/detail/type_traits/pointer_traits.h
-thrust/detail/type_traits/result_of_adaptable_function.h
-thrust/detail/uninitialized_copy.inl
-thrust/detail/uninitialized_fill.inl
-thrust/detail/unique.inl
-thrust/detail/use_default.h
-thrust/detail/util/align.h
-thrust/detail/util/blocking.h
-thrust/detail/vector_base.h
-thrust/detail/vector_base.inl
-thrust/device_allocator.h
-thrust/device_delete.h
-thrust/device_free.h
-thrust/device_make_unique.h
-thrust/device_malloc.h
-thrust/device_malloc_allocator.h
-thrust/device_new.h
-thrust/device_new_allocator.h
-thrust/device_ptr.h
-thrust/device_reference.h
-thrust/device_vector.h
-thrust/distance.h
-thrust/equal.h
-thrust/event.h
-thrust/execution_policy.h
-thrust/extrema.h
-thrust/fill.h
-thrust/find.h
-thrust/for_each.h
-thrust/functional.h
-thrust/future.h
-thrust/gather.h
-thrust/generate.h
-thrust/host_vector.h
-thrust/inner_product.h
-thrust/iterator/constant_iterator.h
-thrust/iterator/counting_iterator.h
-thrust/iterator/detail/any_assign.h
-thrust/iterator/detail/any_system_tag.h
-thrust/iterator/detail/constant_iterator_base.h
-thrust/iterator/detail/counting_iterator.inl
-thrust/iterator/detail/device_system_tag.h
-thrust/iterator/detail/discard_iterator_base.h
-thrust/iterator/detail/distance_from_result.h
-thrust/iterator/detail/host_system_tag.h
-thrust/iterator/detail/is_iterator_category.h
-thrust/iterator/detail/iterator_adaptor_base.h
-thrust/iterator/detail/iterator_category_to_system.h
-thrust/iterator/detail/iterator_category_to_traversal.h
-thrust/iterator/detail/iterator_category_with_system_and_traversal.h
-thrust/iterator/detail/iterator_facade_category.h
-thrust/iterator/detail/iterator_traits.inl
-thrust/iterator/detail/iterator_traversal_tags.h
-thrust/iterator/detail/join_iterator.h
-thrust/iterator/detail/minimum_category.h
-thrust/iterator/detail/minimum_system.h
-thrust/iterator/detail/normal_iterator.h
-thrust/iterator/detail/permutation_iterator_base.h
-thrust/iterator/detail/retag.h
-thrust/iterator/detail/reverse_iterator.inl
-thrust/iterator/detail/reverse_iterator_base.h
-thrust/iterator/detail/tagged_iterator.h
-thrust/iterator/detail/transform_iterator.inl
-thrust/iterator/detail/transform_output_iterator.inl
-thrust/iterator/detail/tuple_of_iterator_references.h
-thrust/iterator/detail/universal_categories.h
-thrust/iterator/detail/zip_iterator.inl
-thrust/iterator/detail/zip_iterator_base.h
-thrust/iterator/discard_iterator.h
-thrust/iterator/iterator_adaptor.h
-thrust/iterator/iterator_categories.h
-thrust/iterator/iterator_facade.h
-thrust/iterator/iterator_traits.h
-thrust/iterator/permutation_iterator.h
-thrust/iterator/retag.h
-thrust/iterator/reverse_iterator.h
-thrust/iterator/transform_iterator.h
-thrust/iterator/transform_output_iterator.h
-thrust/iterator/zip_iterator.h
-thrust/limits.h
-thrust/logical.h
-thrust/memory.h
-thrust/memory/detail/device_system_resource.h
-thrust/memory/detail/host_system_resource.h
-thrust/merge.h
-thrust/mismatch.h
-thrust/mr/allocator.h
-thrust/mr/detail/config.h
-thrust/mr/disjoint_pool.h
-thrust/mr/disjoint_sync_pool.h
-thrust/mr/disjoint_tls_pool.h
-thrust/mr/fancy_pointer_resource.h
-thrust/mr/memory_resource.h
-thrust/mr/new.h
-thrust/mr/polymorphic_adaptor.h
-thrust/mr/pool.h
-thrust/mr/pool_options.h
-thrust/mr/sync_pool.h
-thrust/mr/tls_pool.h
-thrust/mr/validator.h
-thrust/optional.h
-thrust/pair.h
-thrust/partition.h
-thrust/per_device_resource.h
-thrust/random.h
-thrust/random/detail/discard_block_engine.inl
-thrust/random/detail/linear_congruential_engine.inl
-thrust/random/detail/linear_congruential_engine_discard.h
-thrust/random/detail/linear_feedback_shift_engine.inl
-thrust/random/detail/linear_feedback_shift_engine_wordmask.h
-thrust/random/detail/mod.h
-thrust/random/detail/normal_distribution.inl
-thrust/random/detail/normal_distribution_base.h
-thrust/random/detail/random_core_access.h
-thrust/random/detail/subtract_with_carry_engine.inl
-thrust/random/detail/uniform_int_distribution.inl
-thrust/random/detail/uniform_real_distribution.inl
-thrust/random/detail/xor_combine_engine.inl
-thrust/random/detail/xor_combine_engine_max.h
-thrust/random/discard_block_engine.h
-thrust/random/linear_congruential_engine.h
-thrust/random/linear_feedback_shift_engine.h
-thrust/random/normal_distribution.h
-thrust/random/subtract_with_carry_engine.h
-thrust/random/uniform_int_distribution.h
-thrust/random/uniform_real_distribution.h
-thrust/random/xor_combine_engine.h
-thrust/reduce.h
-thrust/remove.h
-thrust/replace.h
-thrust/reverse.h
-thrust/scan.h
-thrust/scatter.h
-thrust/sequence.h
-thrust/set_operations.h
-thrust/sort.h
-thrust/swap.h
-thrust/system/cpp/detail/adjacent_difference.h
-thrust/system/cpp/detail/assign_value.h
-thrust/system/cpp/detail/binary_search.h
-thrust/system/cpp/detail/copy.h
-thrust/system/cpp/detail/copy_if.h
-thrust/system/cpp/detail/count.h
-thrust/system/cpp/detail/equal.h
-thrust/system/cpp/detail/execution_policy.h
-thrust/system/cpp/detail/extrema.h
-thrust/system/cpp/detail/fill.h
-thrust/system/cpp/detail/find.h
-thrust/system/cpp/detail/for_each.h
-thrust/system/cpp/detail/gather.h
-thrust/system/cpp/detail/generate.h
-thrust/system/cpp/detail/get_value.h
-thrust/system/cpp/detail/inner_product.h
-thrust/system/cpp/detail/iter_swap.h
-thrust/system/cpp/detail/logical.h
-thrust/system/cpp/detail/malloc_and_free.h
-thrust/system/cpp/detail/memory.inl
-thrust/system/cpp/detail/merge.h
-thrust/system/cpp/detail/mismatch.h
-thrust/system/cpp/detail/par.h
-thrust/system/cpp/detail/partition.h
-thrust/system/cpp/detail/per_device_resource.h
-thrust/system/cpp/detail/pointer.inl
-thrust/system/cpp/detail/reduce.h
-thrust/system/cpp/detail/reduce_by_key.h
-thrust/system/cpp/detail/remove.h
-thrust/system/cpp/detail/replace.h
-thrust/system/cpp/detail/reverse.h
-thrust/system/cpp/detail/scan.h
-thrust/system/cpp/detail/scan_by_key.h
-thrust/system/cpp/detail/scatter.h
-thrust/system/cpp/detail/sequence.h
-thrust/system/cpp/detail/set_operations.h
-thrust/system/cpp/detail/sort.h
-thrust/system/cpp/detail/swap_ranges.h
-thrust/system/cpp/detail/tabulate.h
-thrust/system/cpp/detail/temporary_buffer.h
-thrust/system/cpp/detail/transform.h
-thrust/system/cpp/detail/transform_reduce.h
-thrust/system/cpp/detail/transform_scan.h
-thrust/system/cpp/detail/uninitialized_copy.h
-thrust/system/cpp/detail/uninitialized_fill.h
-thrust/system/cpp/detail/unique.h
-thrust/system/cpp/detail/unique_by_key.h
-thrust/system/cpp/detail/vector.inl
-thrust/system/cpp/execution_policy.h
-thrust/system/cpp/memory.h
-thrust/system/cpp/memory_resource.h
-thrust/system/cpp/pointer.h
-thrust/system/cpp/vector.h
-thrust/system/cuda/config.h
-thrust/system/cuda/detail/adjacent_difference.h
-thrust/system/cuda/detail/assign_value.h
-thrust/system/cuda/detail/async/copy.h
-thrust/system/cuda/detail/async/customization.h
-thrust/system/cuda/detail/async/for_each.h
-thrust/system/cuda/detail/async/reduce.h
-thrust/system/cuda/detail/async/sort.h
-thrust/system/cuda/detail/async/transform.h
-thrust/system/cuda/detail/binary_search.h
-thrust/system/cuda/detail/copy.h
-thrust/system/cuda/detail/copy_if.h
-thrust/system/cuda/detail/core/agent_launcher.h
-thrust/system/cuda/detail/core/alignment.h
-thrust/system/cuda/detail/core/triple_chevron_launch.h
-thrust/system/cuda/detail/core/util.h
-thrust/system/cuda/detail/count.h
-thrust/system/cuda/detail/cross_system.h
-thrust/system/cuda/detail/cub/agent/agent_histogram.cuh
-thrust/system/cuda/detail/cub/agent/agent_radix_sort_downsweep.cuh
-thrust/system/cuda/detail/cub/agent/agent_radix_sort_upsweep.cuh
-thrust/system/cuda/detail/cub/agent/agent_reduce.cuh
-thrust/system/cuda/detail/cub/agent/agent_reduce_by_key.cuh
-thrust/system/cuda/detail/cub/agent/agent_rle.cuh
-thrust/system/cuda/detail/cub/agent/agent_scan.cuh
-thrust/system/cuda/detail/cub/agent/agent_segment_fixup.cuh
-thrust/system/cuda/detail/cub/agent/agent_select_if.cuh
-thrust/system/cuda/detail/cub/agent/agent_spmv_orig.cuh
-thrust/system/cuda/detail/cub/agent/single_pass_scan_operators.cuh
-thrust/system/cuda/detail/cub/block/block_adjacent_difference.cuh
-thrust/system/cuda/detail/cub/block/block_discontinuity.cuh
-thrust/system/cuda/detail/cub/block/block_exchange.cuh
-thrust/system/cuda/detail/cub/block/block_histogram.cuh
-thrust/system/cuda/detail/cub/block/block_load.cuh
-thrust/system/cuda/detail/cub/block/block_radix_rank.cuh
-thrust/system/cuda/detail/cub/block/block_radix_sort.cuh
-thrust/system/cuda/detail/cub/block/block_raking_layout.cuh
-thrust/system/cuda/detail/cub/block/block_reduce.cuh
-thrust/system/cuda/detail/cub/block/block_scan.cuh
-thrust/system/cuda/detail/cub/block/block_shuffle.cuh
-thrust/system/cuda/detail/cub/block/block_store.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_histogram_atomic.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_histogram_sort.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_reduce_raking.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_reduce_raking_commutative_only.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_reduce_warp_reductions.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_scan_raking.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_scan_warp_scans.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_scan_warp_scans2.cuh
-thrust/system/cuda/detail/cub/block/specializations/block_scan_warp_scans3.cuh
-thrust/system/cuda/detail/cub/cub.cuh
-thrust/system/cuda/detail/cub/device/device_histogram.cuh
-thrust/system/cuda/detail/cub/device/device_partition.cuh
-thrust/system/cuda/detail/cub/device/device_radix_sort.cuh
-thrust/system/cuda/detail/cub/device/device_reduce.cuh
-thrust/system/cuda/detail/cub/device/device_run_length_encode.cuh
-thrust/system/cuda/detail/cub/device/device_scan.cuh
-thrust/system/cuda/detail/cub/device/device_segmented_radix_sort.cuh
-thrust/system/cuda/detail/cub/device/device_segmented_reduce.cuh
-thrust/system/cuda/detail/cub/device/device_select.cuh
-thrust/system/cuda/detail/cub/device/device_spmv.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_histogram.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_radix_sort.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_reduce.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_reduce_by_key.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_rle.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_scan.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_select_if.cuh
-thrust/system/cuda/detail/cub/device/dispatch/dispatch_spmv_orig.cuh
-thrust/system/cuda/detail/cub/grid/grid_barrier.cuh
-thrust/system/cuda/detail/cub/grid/grid_even_share.cuh
-thrust/system/cuda/detail/cub/grid/grid_mapping.cuh
-thrust/system/cuda/detail/cub/grid/grid_queue.cuh
-thrust/system/cuda/detail/cub/host/mutex.cuh
-thrust/system/cuda/detail/cub/iterator/arg_index_input_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/cache_modified_input_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/cache_modified_output_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/constant_input_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/counting_input_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/discard_output_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/tex_obj_input_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/tex_ref_input_iterator.cuh
-thrust/system/cuda/detail/cub/iterator/transform_input_iterator.cuh
-thrust/system/cuda/detail/cub/thread/thread_load.cuh
-thrust/system/cuda/detail/cub/thread/thread_operators.cuh
-thrust/system/cuda/detail/cub/thread/thread_reduce.cuh
-thrust/system/cuda/detail/cub/thread/thread_scan.cuh
-thrust/system/cuda/detail/cub/thread/thread_search.cuh
-thrust/system/cuda/detail/cub/thread/thread_store.cuh
-thrust/system/cuda/detail/cub/util_allocator.cuh
-thrust/system/cuda/detail/cub/util_arch.cuh
-thrust/system/cuda/detail/cub/util_debug.cuh
-thrust/system/cuda/detail/cub/util_device.cuh
-thrust/system/cuda/detail/cub/util_macro.cuh
-thrust/system/cuda/detail/cub/util_namespace.cuh
-thrust/system/cuda/detail/cub/util_ptx.cuh
-thrust/system/cuda/detail/cub/util_type.cuh
-thrust/system/cuda/detail/cub/warp/specializations/warp_reduce_shfl.cuh
-thrust/system/cuda/detail/cub/warp/specializations/warp_reduce_smem.cuh
-thrust/system/cuda/detail/cub/warp/specializations/warp_scan_shfl.cuh
-thrust/system/cuda/detail/cub/warp/specializations/warp_scan_smem.cuh
-thrust/system/cuda/detail/cub/warp/warp_reduce.cuh
-thrust/system/cuda/detail/cub/warp/warp_scan.cuh
-thrust/system/cuda/detail/equal.h
-thrust/system/cuda/detail/error.inl
-thrust/system/cuda/detail/execution_policy.h
-thrust/system/cuda/detail/extrema.h
-thrust/system/cuda/detail/fill.h
-thrust/system/cuda/detail/find.h
-thrust/system/cuda/detail/for_each.h
-thrust/system/cuda/detail/future.inl
-thrust/system/cuda/detail/gather.h
-thrust/system/cuda/detail/generate.h
-thrust/system/cuda/detail/get_value.h
-thrust/system/cuda/detail/guarded_cuda_runtime_api.h
-thrust/system/cuda/detail/guarded_driver_types.h
-thrust/system/cuda/detail/inner_product.h
-thrust/system/cuda/detail/internal/copy_cross_system.h
-thrust/system/cuda/detail/internal/copy_device_to_device.h
-thrust/system/cuda/detail/iter_swap.h
-thrust/system/cuda/detail/logical.h
-thrust/system/cuda/detail/malloc_and_free.h
-thrust/system/cuda/detail/memory.inl
-thrust/system/cuda/detail/merge.h
-thrust/system/cuda/detail/mismatch.h
-thrust/system/cuda/detail/par.h
-thrust/system/cuda/detail/par_to_seq.h
-thrust/system/cuda/detail/parallel_for.h
-thrust/system/cuda/detail/partition.h
-thrust/system/cuda/detail/per_device_resource.h
-thrust/system/cuda/detail/pointer.inl
-thrust/system/cuda/detail/reduce.h
-thrust/system/cuda/detail/reduce_by_key.h
-thrust/system/cuda/detail/remove.h
-thrust/system/cuda/detail/replace.h
-thrust/system/cuda/detail/reverse.h
-thrust/system/cuda/detail/scan.h
-thrust/system/cuda/detail/scan_by_key.h
-thrust/system/cuda/detail/scatter.h
-thrust/system/cuda/detail/sequence.h
-thrust/system/cuda/detail/set_operations.h
-thrust/system/cuda/detail/sort.h
-thrust/system/cuda/detail/swap_ranges.h
-thrust/system/cuda/detail/tabulate.h
-thrust/system/cuda/detail/temporary_buffer.h
-thrust/system/cuda/detail/terminate.h
-thrust/system/cuda/detail/transform.h
-thrust/system/cuda/detail/transform_reduce.h
-thrust/system/cuda/detail/transform_scan.h
-thrust/system/cuda/detail/uninitialized_copy.h
-thrust/system/cuda/detail/uninitialized_fill.h
-thrust/system/cuda/detail/unique.h
-thrust/system/cuda/detail/unique_by_key.h
-thrust/system/cuda/detail/util.h
-thrust/system/cuda/detail/vector.inl
-thrust/system/cuda/error.h
-thrust/system/cuda/execution_policy.h
-thrust/system/cuda/experimental/pinned_allocator.h
-thrust/system/cuda/future.h
-thrust/system/cuda/memory.h
-thrust/system/cuda/memory_resource.h
-thrust/system/cuda/pointer.h
-thrust/system/cuda/vector.h
-thrust/system/detail/adl/adjacent_difference.h
-thrust/system/detail/adl/assign_value.h
-thrust/system/detail/adl/async/copy.h
-thrust/system/detail/adl/async/for_each.h
-thrust/system/detail/adl/async/reduce.h
-thrust/system/detail/adl/async/sort.h
-thrust/system/detail/adl/async/transform.h
-thrust/system/detail/adl/binary_search.h
-thrust/system/detail/adl/copy.h
-thrust/system/detail/adl/copy_if.h
-thrust/system/detail/adl/count.h
-thrust/system/detail/adl/equal.h
-thrust/system/detail/adl/extrema.h
-thrust/system/detail/adl/fill.h
-thrust/system/detail/adl/find.h
-thrust/system/detail/adl/for_each.h
-thrust/system/detail/adl/gather.h
-thrust/system/detail/adl/generate.h
-thrust/system/detail/adl/get_value.h
-thrust/system/detail/adl/inner_product.h
-thrust/system/detail/adl/iter_swap.h
-thrust/system/detail/adl/logical.h
-thrust/system/detail/adl/malloc_and_free.h
-thrust/system/detail/adl/merge.h
-thrust/system/detail/adl/mismatch.h
-thrust/system/detail/adl/partition.h
-thrust/system/detail/adl/per_device_resource.h
-thrust/system/detail/adl/reduce.h
-thrust/system/detail/adl/reduce_by_key.h
-thrust/system/detail/adl/remove.h
-thrust/system/detail/adl/replace.h
-thrust/system/detail/adl/reverse.h
-thrust/system/detail/adl/scan.h
-thrust/system/detail/adl/scan_by_key.h
-thrust/system/detail/adl/scatter.h
-thrust/system/detail/adl/sequence.h
-thrust/system/detail/adl/set_operations.h
-thrust/system/detail/adl/sort.h
-thrust/system/detail/adl/swap_ranges.h
-thrust/system/detail/adl/tabulate.h
-thrust/system/detail/adl/temporary_buffer.h
-thrust/system/detail/adl/transform.h
-thrust/system/detail/adl/transform_reduce.h
-thrust/system/detail/adl/transform_scan.h
-thrust/system/detail/adl/uninitialized_copy.h
-thrust/system/detail/adl/uninitialized_fill.h
-thrust/system/detail/adl/unique.h
-thrust/system/detail/adl/unique_by_key.h
-thrust/system/detail/bad_alloc.h
-thrust/system/detail/errno.h
-thrust/system/detail/error_category.inl
-thrust/system/detail/error_code.inl
-thrust/system/detail/error_condition.inl
-thrust/system/detail/generic/adjacent_difference.h
-thrust/system/detail/generic/adjacent_difference.inl
-thrust/system/detail/generic/advance.h
-thrust/system/detail/generic/advance.inl
-thrust/system/detail/generic/binary_search.h
-thrust/system/detail/generic/binary_search.inl
-thrust/system/detail/generic/copy.h
-thrust/system/detail/generic/copy.inl
-thrust/system/detail/generic/copy_if.h
-thrust/system/detail/generic/copy_if.inl
-thrust/system/detail/generic/count.h
-thrust/system/detail/generic/count.inl
-thrust/system/detail/generic/distance.h
-thrust/system/detail/generic/distance.inl
-thrust/system/detail/generic/equal.h
-thrust/system/detail/generic/equal.inl
-thrust/system/detail/generic/extrema.h
-thrust/system/detail/generic/extrema.inl
-thrust/system/detail/generic/fill.h
-thrust/system/detail/generic/find.h
-thrust/system/detail/generic/find.inl
-thrust/system/detail/generic/for_each.h
-thrust/system/detail/generic/gather.h
-thrust/system/detail/generic/gather.inl
-thrust/system/detail/generic/generate.h
-thrust/system/detail/generic/generate.inl
-thrust/system/detail/generic/inner_product.h
-thrust/system/detail/generic/inner_product.inl
-thrust/system/detail/generic/logical.h
-thrust/system/detail/generic/memory.h
-thrust/system/detail/generic/memory.inl
-thrust/system/detail/generic/merge.h
-thrust/system/detail/generic/merge.inl
-thrust/system/detail/generic/mismatch.h
-thrust/system/detail/generic/mismatch.inl
-thrust/system/detail/generic/partition.h
-thrust/system/detail/generic/partition.inl
-thrust/system/detail/generic/per_device_resource.h
-thrust/system/detail/generic/reduce.h
-thrust/system/detail/generic/reduce.inl
-thrust/system/detail/generic/reduce_by_key.h
-thrust/system/detail/generic/reduce_by_key.inl
-thrust/system/detail/generic/remove.h
-thrust/system/detail/generic/remove.inl
-thrust/system/detail/generic/replace.h
-thrust/system/detail/generic/replace.inl
-thrust/system/detail/generic/reverse.h
-thrust/system/detail/generic/reverse.inl
-thrust/system/detail/generic/scalar/binary_search.h
-thrust/system/detail/generic/scalar/binary_search.inl
-thrust/system/detail/generic/scan.h
-thrust/system/detail/generic/scan.inl
-thrust/system/detail/generic/scan_by_key.h
-thrust/system/detail/generic/scan_by_key.inl
-thrust/system/detail/generic/scatter.h
-thrust/system/detail/generic/scatter.inl
-thrust/system/detail/generic/select_system.h
-thrust/system/detail/generic/select_system.inl
-thrust/system/detail/generic/select_system_exists.h
-thrust/system/detail/generic/sequence.h
-thrust/system/detail/generic/sequence.inl
-thrust/system/detail/generic/set_operations.h
-thrust/system/detail/generic/set_operations.inl
-thrust/system/detail/generic/sort.h
-thrust/system/detail/generic/sort.inl
-thrust/system/detail/generic/swap_ranges.h
-thrust/system/detail/generic/swap_ranges.inl
-thrust/system/detail/generic/tabulate.h
-thrust/system/detail/generic/tabulate.inl
-thrust/system/detail/generic/tag.h
-thrust/system/detail/generic/temporary_buffer.h
-thrust/system/detail/generic/temporary_buffer.inl
-thrust/system/detail/generic/transform.h
-thrust/system/detail/generic/transform.inl
-thrust/system/detail/generic/transform_reduce.h
-thrust/system/detail/generic/transform_reduce.inl
-thrust/system/detail/generic/transform_scan.h
-thrust/system/detail/generic/transform_scan.inl
-thrust/system/detail/generic/uninitialized_copy.h
-thrust/system/detail/generic/uninitialized_copy.inl
-thrust/system/detail/generic/uninitialized_fill.h
-thrust/system/detail/generic/uninitialized_fill.inl
-thrust/system/detail/generic/unique.h
-thrust/system/detail/generic/unique.inl
-thrust/system/detail/generic/unique_by_key.h
-thrust/system/detail/generic/unique_by_key.inl
-thrust/system/detail/internal/decompose.h
-thrust/system/detail/sequential/adjacent_difference.h
-thrust/system/detail/sequential/assign_value.h
-thrust/system/detail/sequential/binary_search.h
-thrust/system/detail/sequential/copy.h
-thrust/system/detail/sequential/copy.inl
-thrust/system/detail/sequential/copy_backward.h
-thrust/system/detail/sequential/copy_if.h
-thrust/system/detail/sequential/count.h
-thrust/system/detail/sequential/equal.h
-thrust/system/detail/sequential/execution_policy.h
-thrust/system/detail/sequential/extrema.h
-thrust/system/detail/sequential/fill.h
-thrust/system/detail/sequential/find.h
-thrust/system/detail/sequential/for_each.h
-thrust/system/detail/sequential/gather.h
-thrust/system/detail/sequential/general_copy.h
-thrust/system/detail/sequential/generate.h
-thrust/system/detail/sequential/get_value.h
-thrust/system/detail/sequential/inner_product.h
-thrust/system/detail/sequential/insertion_sort.h
-thrust/system/detail/sequential/iter_swap.h
-thrust/system/detail/sequential/logical.h
-thrust/system/detail/sequential/malloc_and_free.h
-thrust/system/detail/sequential/merge.h
-thrust/system/detail/sequential/merge.inl
-thrust/system/detail/sequential/mismatch.h
-thrust/system/detail/sequential/partition.h
-thrust/system/detail/sequential/per_device_resource.h
-thrust/system/detail/sequential/reduce.h
-thrust/system/detail/sequential/reduce_by_key.h
-thrust/system/detail/sequential/remove.h
-thrust/system/detail/sequential/replace.h
-thrust/system/detail/sequential/reverse.h
-thrust/system/detail/sequential/scan.h
-thrust/system/detail/sequential/scan_by_key.h
-thrust/system/detail/sequential/scatter.h
-thrust/system/detail/sequential/sequence.h
-thrust/system/detail/sequential/set_operations.h
-thrust/system/detail/sequential/sort.h
-thrust/system/detail/sequential/sort.inl
-thrust/system/detail/sequential/stable_merge_sort.h
-thrust/system/detail/sequential/stable_merge_sort.inl
-thrust/system/detail/sequential/stable_primitive_sort.h
-thrust/system/detail/sequential/stable_primitive_sort.inl
-thrust/system/detail/sequential/stable_radix_sort.h
-thrust/system/detail/sequential/stable_radix_sort.inl
-thrust/system/detail/sequential/swap_ranges.h
-thrust/system/detail/sequential/tabulate.h
-thrust/system/detail/sequential/temporary_buffer.h
-thrust/system/detail/sequential/transform.h
-thrust/system/detail/sequential/transform_reduce.h
-thrust/system/detail/sequential/transform_scan.h
-thrust/system/detail/sequential/trivial_copy.h
-thrust/system/detail/sequential/uninitialized_copy.h
-thrust/system/detail/sequential/uninitialized_fill.h
-thrust/system/detail/sequential/unique.h
-thrust/system/detail/sequential/unique_by_key.h
-thrust/system/detail/system_error.inl
-thrust/system/error_code.h
-thrust/system/omp/detail/adjacent_difference.h
-thrust/system/omp/detail/assign_value.h
-thrust/system/omp/detail/binary_search.h
-thrust/system/omp/detail/copy.h
-thrust/system/omp/detail/copy.inl
-thrust/system/omp/detail/copy_if.h
-thrust/system/omp/detail/copy_if.inl
-thrust/system/omp/detail/count.h
-thrust/system/omp/detail/default_decomposition.h
-thrust/system/omp/detail/default_decomposition.inl
-thrust/system/omp/detail/equal.h
-thrust/system/omp/detail/execution_policy.h
-thrust/system/omp/detail/extrema.h
-thrust/system/omp/detail/fill.h
-thrust/system/omp/detail/find.h
-thrust/system/omp/detail/for_each.h
-thrust/system/omp/detail/for_each.inl
-thrust/system/omp/detail/gather.h
-thrust/system/omp/detail/generate.h
-thrust/system/omp/detail/get_value.h
-thrust/system/omp/detail/inner_product.h
-thrust/system/omp/detail/iter_swap.h
-thrust/system/omp/detail/logical.h
-thrust/system/omp/detail/malloc_and_free.h
-thrust/system/omp/detail/memory.inl
-thrust/system/omp/detail/merge.h
-thrust/system/omp/detail/mismatch.h
-thrust/system/omp/detail/par.h
-thrust/system/omp/detail/partition.h
-thrust/system/omp/detail/partition.inl
-thrust/system/omp/detail/per_device_resource.h
-thrust/system/omp/detail/pointer.inl
-thrust/system/omp/detail/reduce.h
-thrust/system/omp/detail/reduce.inl
-thrust/system/omp/detail/reduce_by_key.h
-thrust/system/omp/detail/reduce_by_key.inl
-thrust/system/omp/detail/reduce_intervals.h
-thrust/system/omp/detail/reduce_intervals.inl
-thrust/system/omp/detail/remove.h
-thrust/system/omp/detail/remove.inl
-thrust/system/omp/detail/replace.h
-thrust/system/omp/detail/reverse.h
-thrust/system/omp/detail/scan.h
-thrust/system/omp/detail/scan_by_key.h
-thrust/system/omp/detail/scatter.h
-thrust/system/omp/detail/sequence.h
-thrust/system/omp/detail/set_operations.h
-thrust/system/omp/detail/sort.h
-thrust/system/omp/detail/sort.inl
-thrust/system/omp/detail/swap_ranges.h
-thrust/system/omp/detail/tabulate.h
-thrust/system/omp/detail/temporary_buffer.h
-thrust/system/omp/detail/transform.h
-thrust/system/omp/detail/transform_reduce.h
-thrust/system/omp/detail/transform_scan.h
-thrust/system/omp/detail/uninitialized_copy.h
-thrust/system/omp/detail/uninitialized_fill.h
-thrust/system/omp/detail/unique.h
-thrust/system/omp/detail/unique.inl
-thrust/system/omp/detail/unique_by_key.h
-thrust/system/omp/detail/unique_by_key.inl
-thrust/system/omp/detail/vector.inl
-thrust/system/omp/execution_policy.h
-thrust/system/omp/memory.h
-thrust/system/omp/memory_resource.h
-thrust/system/omp/pointer.h
-thrust/system/omp/vector.h
-thrust/system/system_error.h
-thrust/system/tbb/detail/adjacent_difference.h
-thrust/system/tbb/detail/assign_value.h
-thrust/system/tbb/detail/binary_search.h
-thrust/system/tbb/detail/copy.h
-thrust/system/tbb/detail/copy.inl
-thrust/system/tbb/detail/copy_if.h
-thrust/system/tbb/detail/copy_if.inl
-thrust/system/tbb/detail/count.h
-thrust/system/tbb/detail/equal.h
-thrust/system/tbb/detail/execution_policy.h
-thrust/system/tbb/detail/extrema.h
-thrust/system/tbb/detail/fill.h
-thrust/system/tbb/detail/find.h
-thrust/system/tbb/detail/for_each.h
-thrust/system/tbb/detail/for_each.inl
-thrust/system/tbb/detail/gather.h
-thrust/system/tbb/detail/generate.h
-thrust/system/tbb/detail/get_value.h
-thrust/system/tbb/detail/inner_product.h
-thrust/system/tbb/detail/iter_swap.h
-thrust/system/tbb/detail/logical.h
-thrust/system/tbb/detail/malloc_and_free.h
-thrust/system/tbb/detail/memory.inl
-thrust/system/tbb/detail/merge.h
-thrust/system/tbb/detail/merge.inl
-thrust/system/tbb/detail/mismatch.h
-thrust/system/tbb/detail/par.h
-thrust/system/tbb/detail/partition.h
-thrust/system/tbb/detail/partition.inl
-thrust/system/tbb/detail/per_device_resource.h
-thrust/system/tbb/detail/pointer.inl
-thrust/system/tbb/detail/reduce.h
-thrust/system/tbb/detail/reduce.inl
-thrust/system/tbb/detail/reduce_by_key.h
-thrust/system/tbb/detail/reduce_by_key.inl
-thrust/system/tbb/detail/reduce_intervals.h
-thrust/system/tbb/detail/remove.h
-thrust/system/tbb/detail/remove.inl
-thrust/system/tbb/detail/replace.h
-thrust/system/tbb/detail/reverse.h
-thrust/system/tbb/detail/scan.h
-thrust/system/tbb/detail/scan.inl
-thrust/system/tbb/detail/scan_by_key.h
-thrust/system/tbb/detail/scatter.h
-thrust/system/tbb/detail/sequence.h
-thrust/system/tbb/detail/set_operations.h
-thrust/system/tbb/detail/sort.h
-thrust/system/tbb/detail/sort.inl
-thrust/system/tbb/detail/swap_ranges.h
-thrust/system/tbb/detail/tabulate.h
-thrust/system/tbb/detail/temporary_buffer.h
-thrust/system/tbb/detail/transform.h
-thrust/system/tbb/detail/transform_reduce.h
-thrust/system/tbb/detail/transform_scan.h
-thrust/system/tbb/detail/uninitialized_copy.h
-thrust/system/tbb/detail/uninitialized_fill.h
-thrust/system/tbb/detail/unique.h
-thrust/system/tbb/detail/unique.inl
-thrust/system/tbb/detail/unique_by_key.h
-thrust/system/tbb/detail/unique_by_key.inl
-thrust/system/tbb/detail/vector.inl
-thrust/system/tbb/execution_policy.h
-thrust/system/tbb/memory.h
-thrust/system/tbb/memory_resource.h
-thrust/system/tbb/pointer.h
-thrust/system/tbb/vector.h
-thrust/system_error.h
-thrust/tabulate.h
-thrust/transform.h
-thrust/transform_reduce.h
-thrust/transform_scan.h
-thrust/tuple.h
-thrust/type_traits/integer_sequence.h
-thrust/type_traits/is_contiguous_iterator.h
-thrust/type_traits/is_execution_policy.h
-thrust/type_traits/is_operator_less_or_greater_function_object.h
-thrust/type_traits/is_operator_plus_function_object.h
-thrust/type_traits/is_trivially_relocatable.h
-thrust/type_traits/logical_metafunctions.h
-thrust/type_traits/remove_cvref.h
-thrust/type_traits/void_t.h
-thrust/uninitialized_copy.h
-thrust/uninitialized_fill.h
-thrust/unique.h
-thrust/version.h
+include/thrust/addressof.h
+include/thrust/adjacent_difference.h
+include/thrust/advance.h
+include/thrust/allocate_unique.h
+include/thrust/async/copy.h
+include/thrust/async/for_each.h
+include/thrust/async/reduce.h
+include/thrust/async/sort.h
+include/thrust/async/transform.h
+include/thrust/binary_search.h
+include/thrust/complex.h
+include/thrust/copy.h
+include/thrust/count.h
+include/thrust/detail/adjacent_difference.inl
+include/thrust/detail/advance.inl
+include/thrust/detail/alignment.h
+include/thrust/detail/allocator/allocator_traits.h
+include/thrust/detail/allocator/allocator_traits.inl
+include/thrust/detail/allocator/copy_construct_range.h
+include/thrust/detail/allocator/copy_construct_range.inl
+include/thrust/detail/allocator/default_construct_range.h
+include/thrust/detail/allocator/default_construct_range.inl
+include/thrust/detail/allocator/destroy_range.h
+include/thrust/detail/allocator/destroy_range.inl
+include/thrust/detail/allocator/fill_construct_range.h
+include/thrust/detail/allocator/fill_construct_range.inl
+include/thrust/detail/allocator/malloc_allocator.h
+include/thrust/detail/allocator/malloc_allocator.inl
+include/thrust/detail/allocator/no_throw_allocator.h
+include/thrust/detail/allocator/tagged_allocator.h
+include/thrust/detail/allocator/tagged_allocator.inl
+include/thrust/detail/allocator/temporary_allocator.h
+include/thrust/detail/allocator/temporary_allocator.inl
+include/thrust/detail/allocator_aware_execution_policy.h
+include/thrust/detail/binary_search.inl
+include/thrust/detail/complex/arithmetic.h
+include/thrust/detail/complex/c99math.h
+include/thrust/detail/complex/catrig.h
+include/thrust/detail/complex/catrigf.h
+include/thrust/detail/complex/ccosh.h
+include/thrust/detail/complex/ccoshf.h
+include/thrust/detail/complex/cexp.h
+include/thrust/detail/complex/cexpf.h
+include/thrust/detail/complex/clog.h
+include/thrust/detail/complex/clogf.h
+include/thrust/detail/complex/complex.inl
+include/thrust/detail/complex/cpow.h
+include/thrust/detail/complex/cproj.h
+include/thrust/detail/complex/csinh.h
+include/thrust/detail/complex/csinhf.h
+include/thrust/detail/complex/csqrt.h
*** 838 LINES SKIPPED ***