| | |
| | |
| | cmake_policy(SET CMP0009 NEW) |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true "/home/ubuntu/thrust/testing/async/*") |
| | set(OLD_GLOB |
| | "/home/ubuntu/thrust/testing/async/CMakeLists.txt" |
| | "/home/ubuntu/thrust/testing/async/exclusive_scan" |
| | "/home/ubuntu/thrust/testing/async/inclusive_scan" |
| | "/home/ubuntu/thrust/testing/async/mixin.h" |
| | "/home/ubuntu/thrust/testing/async/test_policy_overloads.h" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/dependencies/cub/test" "/home/ubuntu/thrust/dependencies/cub/test/catch2_test_*.cu") |
| | set(OLD_GLOB |
| | "catch2_test_block_adjacent_difference.cu" |
| | "catch2_test_block_histogram.cu" |
| | "catch2_test_block_load.cu" |
| | "catch2_test_block_merge_sort.cu" |
| | "catch2_test_block_radix_sort.cu" |
| | "catch2_test_block_radix_sort_custom.cu" |
| | "catch2_test_block_reduce.cu" |
| | "catch2_test_block_run_length_decode.cu" |
| | "catch2_test_block_scan.cu" |
| | "catch2_test_block_shuffle.cu" |
| | "catch2_test_block_store.cu" |
| | "catch2_test_cdp_wrapper.cu" |
| | "catch2_test_device_decoupled_look_back.cu" |
| | "catch2_test_device_radix_sort_custom.cu" |
| | "catch2_test_printing.cu" |
| | "catch2_test_radix_operations.cu" |
| | "catch2_test_util_type.cu" |
| | "catch2_test_warp_exchange.cu" |
| | "catch2_test_warp_load.cu" |
| | "catch2_test_warp_mask.cu" |
| | "catch2_test_warp_merge_sort.cu" |
| | "catch2_test_warp_reduce.cu" |
| | "catch2_test_warp_scan.cu" |
| | "catch2_test_warp_store.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/dependencies/cub/test" "/home/ubuntu/thrust/dependencies/cub/test/test_*.cu") |
| | set(OLD_GLOB |
| | "test_allocator.cu" |
| | "test_block_radix_rank.cu" |
| | "test_cdp_variant_state.cu" |
| | "test_device_adjacent_difference.cu" |
| | "test_device_batch_copy.cu" |
| | "test_device_batch_memcpy.cu" |
| | "test_device_histogram.cu" |
| | "test_device_merge_sort.cu" |
| | "test_device_radix_sort.cu" |
| | "test_device_reduce.cu" |
| | "test_device_reduce_by_key.cu" |
| | "test_device_run_length_encode.cu" |
| | "test_device_scan.cu" |
| | "test_device_scan_by_key.cu" |
| | "test_device_segmented_sort.cu" |
| | "test_device_select_if.cu" |
| | "test_device_select_unique.cu" |
| | "test_device_select_unique_by_key.cu" |
| | "test_device_spmv.cu" |
| | "test_device_three_way_partition.cu" |
| | "test_grid_barrier.cu" |
| | "test_iterator.cu" |
| | "test_iterator_deprecated.cu" |
| | "test_namespace_wrapped.cu" |
| | "test_temporary_storage_layout.cu" |
| | "test_thread_operators.cu" |
| | "test_thread_sort.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/examples" "/home/ubuntu/thrust/examples/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/examples" "/home/ubuntu/thrust/examples/*.cu") |
| | set(OLD_GLOB |
| | "arbitrary_transformation.cu" |
| | "basic_vector.cu" |
| | "bounding_box.cu" |
| | "bucket_sort2d.cu" |
| | "constant_iterator.cu" |
| | "counting_iterator.cu" |
| | "device_ptr.cu" |
| | "discrete_voronoi.cu" |
| | "dot_products_with_zip.cu" |
| | "expand.cu" |
| | "fill_copy_sequence.cu" |
| | "histogram.cu" |
| | "lambda.cu" |
| | "lexicographical_sort.cu" |
| | "max_abs_diff.cu" |
| | "minimal_custom_backend.cu" |
| | "minmax.cu" |
| | "mode.cu" |
| | "monte_carlo.cu" |
| | "monte_carlo_disjoint_sequences.cu" |
| | "mr_basic.cu" |
| | "norm.cu" |
| | "padded_grid_reduction.cu" |
| | "permutation_iterator.cu" |
| | "raw_reference_cast.cu" |
| | "remove_points2d.cu" |
| | "repeated_range.cu" |
| | "run_length_decoding.cu" |
| | "run_length_encoding.cu" |
| | "saxpy.cu" |
| | "scan_by_key.cu" |
| | "scan_matrix_by_rows.cu" |
| | "set_operations.cu" |
| | "simple_moving_average.cu" |
| | "sort.cu" |
| | "sorting_aos_vs_soa.cu" |
| | "sparse_vector.cu" |
| | "stream_compaction.cu" |
| | "strided_range.cu" |
| | "sum.cu" |
| | "sum_rows.cu" |
| | "summary_statistics.cu" |
| | "summed_area_table.cu" |
| | "tiled_range.cu" |
| | "transform_input_output_iterator.cu" |
| | "transform_iterator.cu" |
| | "transform_output_iterator.cu" |
| | "uninitialized_vector.cu" |
| | "version.cu" |
| | "weld_vertices.cu" |
| | "word_count.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/examples/cuda}" "/home/ubuntu/thrust/examples/cuda/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/examples/cuda}" "/home/ubuntu/thrust/examples/cuda/*.cu") |
| | set(OLD_GLOB |
| | "../cuda/async_reduce.cu" |
| | "../cuda/custom_temporary_allocation.cu" |
| | "../cuda/explicit_cuda_stream.cu" |
| | "../cuda/global_device_vector.cu" |
| | "../cuda/range_view.cu" |
| | "../cuda/unwrap_pointer.cu" |
| | "../cuda/wrap_pointer.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/*.cu") |
| | set(OLD_GLOB |
| | "adjacent_difference.cu" |
| | "advance.cu" |
| | "alignment.cu" |
| | "allocator.cu" |
| | "allocator_aware_policies.cu" |
| | "async_copy.cu" |
| | "async_for_each.cu" |
| | "async_reduce.cu" |
| | "async_reduce_into.cu" |
| | "async_sort.cu" |
| | "async_transform.cu" |
| | "binary_search.cu" |
| | "binary_search_descending.cu" |
| | "binary_search_vector.cu" |
| | "binary_search_vector_descending.cu" |
| | "caching_allocator.cu" |
| | "complex.cu" |
| | "complex_transform.cu" |
| | "constant_iterator.cu" |
| | "copy.cu" |
| | "copy_n.cu" |
| | "count.cu" |
| | "counting_iterator.cu" |
| | "cstdint.cu" |
| | "decompose.cu" |
| | "dependencies_aware_policies.cu" |
| | "dereference.cu" |
| | "device_delete.cu" |
| | "device_ptr.cu" |
| | "device_reference.cu" |
| | "discard_iterator.cu" |
| | "distance.cu" |
| | "equal.cu" |
| | "event.cu" |
| | "fill.cu" |
| | "find.cu" |
| | "for_each.cu" |
| | "functional.cu" |
| | "functional_arithmetic.cu" |
| | "functional_bitwise.cu" |
| | "functional_logical.cu" |
| | "functional_placeholders_arithmetic.cu" |
| | "functional_placeholders_bitwise.cu" |
| | "functional_placeholders_compound_assignment.cu" |
| | "functional_placeholders_logical.cu" |
| | "functional_placeholders_miscellaneous.cu" |
| | "functional_placeholders_relational.cu" |
| | "future.cu" |
| | "gather.cu" |
| | "generate.cu" |
| | "generate_const_iterators.cu" |
| | "inner_product.cu" |
| | "is_contiguous_iterator.cu" |
| | "is_operator_function_object.cu" |
| | "is_partitioned.cu" |
| | "is_sorted.cu" |
| | "is_sorted_until.cu" |
| | "logical.cu" |
| | "max_element.cu" |
| | "memory.cu" |
| | "merge.cu" |
| | "merge_by_key.cu" |
| | "merge_key_value.cu" |
| | "metaprogamming.cu" |
| | "min_and_max.cu" |
| | "min_element.cu" |
| | "minmax_element.cu" |
| | "mismatch.cu" |
| | "mr_disjoint_pool.cu" |
| | "mr_new.cu" |
| | "mr_pool.cu" |
| | "mr_pool_options.cu" |
| | "namespace_wrapped.cu" |
| | "out_of_memory_recovery.cu" |
| | "pair.cu" |
| | "pair_reduce.cu" |
| | "pair_scan.cu" |
| | "pair_scan_by_key.cu" |
| | "pair_sort.cu" |
| | "pair_sort_by_key.cu" |
| | "pair_transform.cu" |
| | "partition.cu" |
| | "partition_point.cu" |
| | "permutation_iterator.cu" |
| | "preprocessor.cu" |
| | "random.cu" |
| | "reduce.cu" |
| | "reduce_by_key.cu" |
| | "reduce_large.cu" |
| | "remove.cu" |
| | "replace.cu" |
| | "reverse.cu" |
| | "reverse_iterator.cu" |
| | "scan.cu" |
| | "scan_by_key.exclusive.cu" |
| | "scan_by_key.inclusive.cu" |
| | "scatter.cu" |
| | "sequence.cu" |
| | "set_difference.cu" |
| | "set_difference_by_key.cu" |
| | "set_difference_by_key_descending.cu" |
| | "set_difference_descending.cu" |
| | "set_difference_key_value.cu" |
| | "set_intersection.cu" |
| | "set_intersection_by_key.cu" |
| | "set_intersection_by_key_descending.cu" |
| | "set_intersection_descending.cu" |
| | "set_intersection_key_value.cu" |
| | "set_symmetric_difference.cu" |
| | "set_symmetric_difference_by_key.cu" |
| | "set_symmetric_difference_by_key_descending.cu" |
| | "set_symmetric_difference_descending.cu" |
| | "set_union.cu" |
| | "set_union_by_key.cu" |
| | "set_union_by_key_descending.cu" |
| | "set_union_descending.cu" |
| | "set_union_key_value.cu" |
| | "shuffle.cu" |
| | "sort.cu" |
| | "sort_by_key.cu" |
| | "sort_by_key_variable_bits.cu" |
| | "sort_permutation_iterator.cu" |
| | "sort_variable_bits.cu" |
| | "stable_sort.cu" |
| | "stable_sort_by_key.cu" |
| | "stable_sort_by_key_large_keys.cu" |
| | "stable_sort_by_key_large_keys_and_values.cu" |
| | "stable_sort_by_key_large_values.cu" |
| | "stable_sort_large.cu" |
| | "swap_ranges.cu" |
| | "tabulate.cu" |
| | "transform.cu" |
| | "transform_input_output_iterator.cu" |
| | "transform_iterator.cu" |
| | "transform_output_iterator.cu" |
| | "transform_output_iterator_reduce_by_key.cu" |
| | "transform_reduce.cu" |
| | "transform_scan.cu" |
| | "trivial_sequence.cu" |
| | "tuple.cu" |
| | "tuple_algorithms.cu" |
| | "tuple_reduce.cu" |
| | "tuple_scan.cu" |
| | "tuple_sort.cu" |
| | "tuple_transform.cu" |
| | "type_traits.cu" |
| | "uninitialized_copy.cu" |
| | "uninitialized_fill.cu" |
| | "unique.cu" |
| | "unique_by_key.cu" |
| | "unittest_static_assert.cu" |
| | "unittest_tester.cu" |
| | "universal_memory.cu" |
| | "vector.cu" |
| | "vector_allocators.cu" |
| | "vector_insert.cu" |
| | "vector_manipulation.cu" |
| | "zip_function.cu" |
| | "zip_iterator.cu" |
| | "zip_iterator_reduce.cu" |
| | "zip_iterator_reduce_by_key.cu" |
| | "zip_iterator_scan.cu" |
| | "zip_iterator_sort.cu" |
| | "zip_iterator_sort_by_key.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/adjacent_difference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/advance.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/alignment.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/allocator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/allocator_aware_policies.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/async_copy.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/async_for_each.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/async_reduce.cmake") |
| | set(OLD_GLOB |
| | "async_reduce.cmake" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/async_reduce_into.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/async_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/async_transform.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/binary_search.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/binary_search_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/binary_search_vector.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/binary_search_vector_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/caching_allocator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/complex.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/complex_transform.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/constant_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/copy.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/copy_n.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/count.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/counting_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/cstdint.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/decompose.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/dependencies_aware_policies.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/dereference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/device_delete.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/device_ptr.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/device_reference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/discard_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/distance.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/equal.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/event.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/fill.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/find.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/for_each.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_arithmetic.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_bitwise.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_logical.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_placeholders_arithmetic.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_placeholders_bitwise.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_placeholders_compound_assignment.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_placeholders_logical.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_placeholders_miscellaneous.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/functional_placeholders_relational.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/future.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/gather.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/generate.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/generate_const_iterators.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/inner_product.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/is_contiguous_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/is_operator_function_object.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/is_partitioned.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/is_sorted.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/is_sorted_until.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/logical.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/max_element.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/memory.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/merge.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/merge_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/merge_key_value.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/metaprogamming.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/min_and_max.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/min_element.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/minmax_element.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/mismatch.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/mr_disjoint_pool.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/mr_new.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/mr_pool.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/mr_pool_options.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/namespace_wrapped.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/out_of_memory_recovery.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair_reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair_scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair_scan_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair_sort_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/pair_transform.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/partition.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/partition_point.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/permutation_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/preprocessor.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/random.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/reduce_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/reduce_large.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/remove.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/replace.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/reverse.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/reverse_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/scan_by_key.exclusive.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/scan_by_key.inclusive.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/scatter.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/sequence.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_difference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_difference_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_difference_by_key_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_difference_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_difference_key_value.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_intersection.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_intersection_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_intersection_by_key_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_intersection_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_intersection_key_value.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_symmetric_difference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_symmetric_difference_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_symmetric_difference_by_key_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_symmetric_difference_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_union.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_union_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_union_by_key_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_union_descending.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/set_union_key_value.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/shuffle.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/sort_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/sort_by_key_variable_bits.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/sort_permutation_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/sort_variable_bits.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/stable_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/stable_sort_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/stable_sort_by_key_large_keys.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/stable_sort_by_key_large_keys_and_values.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/stable_sort_by_key_large_values.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/stable_sort_large.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/swap_ranges.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tabulate.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform_input_output_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform_output_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform_output_iterator_reduce_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform_reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/transform_scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/trivial_sequence.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tuple.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tuple_algorithms.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tuple_reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tuple_scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tuple_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/tuple_transform.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/type_traits.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/uninitialized_copy.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/uninitialized_fill.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/unique.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/unique_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/unittest_static_assert.cmake") |
| | set(OLD_GLOB |
| | "unittest_static_assert.cmake" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/unittest_tester.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/universal_memory.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/vector.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/vector_allocators.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/vector_insert.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/vector_manipulation.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_function.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_iterator_reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_iterator_reduce_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_iterator_scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_iterator_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing" "/home/ubuntu/thrust/testing/zip_iterator_sort_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/counting_iterator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/discard_output.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/exclusive_scan/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/exclusive_scan/*.cu") |
| | set(OLD_GLOB |
| | "exclusive_scan/counting_iterator.cu" |
| | "exclusive_scan/discard_output.cu" |
| | "exclusive_scan/large_indices.cu" |
| | "exclusive_scan/large_types.cu" |
| | "exclusive_scan/mixed_types.cu" |
| | "exclusive_scan/simple.cu" |
| | "exclusive_scan/stateful_operator.cu" |
| | "exclusive_scan/using_vs_adl.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/inclusive_scan/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/inclusive_scan/*.cu") |
| | set(OLD_GLOB |
| | "inclusive_scan/counting_iterator.cu" |
| | "inclusive_scan/discard_output.cu" |
| | "inclusive_scan/large_indices.cu" |
| | "inclusive_scan/large_types.cu" |
| | "inclusive_scan/mixed_types.cu" |
| | "inclusive_scan/simple.cu" |
| | "inclusive_scan/stateful_operator.cu" |
| | "inclusive_scan/using_vs_adl.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/large_indices.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/large_types.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/mixed_types.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/simple.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/stateful_operator.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/async" "/home/ubuntu/thrust/testing/async/using_vs_adl.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cpp}" "/home/ubuntu/thrust/testing/cpp/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cpp}" "/home/ubuntu/thrust/testing/cpp/*.cu") |
| | set(OLD_GLOB |
| | "../cpp/adjacent_difference.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/adjacent_difference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/binary_search.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/complex.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/copy.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/copy_if.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/count.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/cudart.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/device_side_universal_vector.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/equal.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/fill.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/find.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/for_each.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/gather.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/generate.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/inner_product.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/is_partitioned.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/is_sorted.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/is_sorted_until.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/logical.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/max_element.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/memory.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/merge.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/merge_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/merge_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/min_element.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/minmax_element.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/mismatch.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/pair_sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/pair_sort_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/partition.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/partition_point.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/reduce_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/remove.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/replace.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/reverse.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/scan_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/scatter.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/sequence.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_difference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_difference_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_intersection.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_intersection_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_symmetric_difference.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_symmetric_difference_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_union.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/set_union_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/sort.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/sort_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/stream_legacy.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/stream_per_thread.cmake") |
| | set(OLD_GLOB |
| | "stream_per_thread.cmake" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/swap_ranges.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/tabulate.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/transform.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/transform_reduce.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/transform_scan.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/uninitialized_copy.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/uninitialized_fill.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/unique.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda" "/home/ubuntu/thrust/testing/cuda/unique_by_key.cmake") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda}" "/home/ubuntu/thrust/testing/cuda/*.cpp") |
| | set(OLD_GLOB |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/cuda}" "/home/ubuntu/thrust/testing/cuda/*.cu") |
| | set(OLD_GLOB |
| | "../cuda/adjacent_difference.cu" |
| | "../cuda/binary_search.cu" |
| | "../cuda/complex.cu" |
| | "../cuda/copy.cu" |
| | "../cuda/copy_if.cu" |
| | "../cuda/count.cu" |
| | "../cuda/cudart.cu" |
| | "../cuda/device_side_universal_vector.cu" |
| | "../cuda/equal.cu" |
| | "../cuda/fill.cu" |
| | "../cuda/find.cu" |
| | "../cuda/for_each.cu" |
| | "../cuda/gather.cu" |
| | "../cuda/generate.cu" |
| | "../cuda/inner_product.cu" |
| | "../cuda/is_partitioned.cu" |
| | "../cuda/is_sorted.cu" |
| | "../cuda/is_sorted_until.cu" |
| | "../cuda/logical.cu" |
| | "../cuda/max_element.cu" |
| | "../cuda/memory.cu" |
| | "../cuda/merge.cu" |
| | "../cuda/merge_by_key.cu" |
| | "../cuda/merge_sort.cu" |
| | "../cuda/min_element.cu" |
| | "../cuda/minmax_element.cu" |
| | "../cuda/mismatch.cu" |
| | "../cuda/pair_sort.cu" |
| | "../cuda/pair_sort_by_key.cu" |
| | "../cuda/partition.cu" |
| | "../cuda/partition_point.cu" |
| | "../cuda/reduce.cu" |
| | "../cuda/reduce_by_key.cu" |
| | "../cuda/remove.cu" |
| | "../cuda/replace.cu" |
| | "../cuda/reverse.cu" |
| | "../cuda/scan.cu" |
| | "../cuda/scan_by_key.cu" |
| | "../cuda/scatter.cu" |
| | "../cuda/sequence.cu" |
| | "../cuda/set_difference.cu" |
| | "../cuda/set_difference_by_key.cu" |
| | "../cuda/set_intersection.cu" |
| | "../cuda/set_intersection_by_key.cu" |
| | "../cuda/set_symmetric_difference.cu" |
| | "../cuda/set_symmetric_difference_by_key.cu" |
| | "../cuda/set_union.cu" |
| | "../cuda/set_union_by_key.cu" |
| | "../cuda/sort.cu" |
| | "../cuda/sort_by_key.cu" |
| | "../cuda/stream_legacy.cu" |
| | "../cuda/stream_per_thread.cu" |
| | "../cuda/swap_ranges.cu" |
| | "../cuda/tabulate.cu" |
| | "../cuda/transform.cu" |
| | "../cuda/transform_reduce.cu" |
| | "../cuda/transform_scan.cu" |
| | "../cuda/uninitialized_copy.cu" |
| | "../cuda/uninitialized_fill.cu" |
| | "../cuda/unique.cu" |
| | "../cuda/unique_by_key.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/omp}" "/home/ubuntu/thrust/testing/omp/*.cpp") |
| | set(OLD_GLOB |
| | "../omp/nvcc_independence.cpp" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB NEW_GLOB LIST_DIRECTORIES true RELATIVE "/home/ubuntu/thrust/testing/omp}" "/home/ubuntu/thrust/testing/omp/*.cu") |
| | set(OLD_GLOB |
| | "../omp/reduce_intervals.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/dependencies/cub/cub" "/home/ubuntu/thrust/dependencies/cub/cub/*.cuh") |
| | set(OLD_GLOB |
| | "agent/agent_adjacent_difference.cuh" |
| | "agent/agent_batch_memcpy.cuh" |
| | "agent/agent_histogram.cuh" |
| | "agent/agent_merge_sort.cuh" |
| | "agent/agent_radix_sort_downsweep.cuh" |
| | "agent/agent_radix_sort_histogram.cuh" |
| | "agent/agent_radix_sort_onesweep.cuh" |
| | "agent/agent_radix_sort_upsweep.cuh" |
| | "agent/agent_reduce.cuh" |
| | "agent/agent_reduce_by_key.cuh" |
| | "agent/agent_rle.cuh" |
| | "agent/agent_scan.cuh" |
| | "agent/agent_scan_by_key.cuh" |
| | "agent/agent_segment_fixup.cuh" |
| | "agent/agent_segmented_radix_sort.cuh" |
| | "agent/agent_select_if.cuh" |
| | "agent/agent_spmv_orig.cuh" |
| | "agent/agent_sub_warp_merge_sort.cuh" |
| | "agent/agent_three_way_partition.cuh" |
| | "agent/agent_unique_by_key.cuh" |
| | "agent/single_pass_scan_operators.cuh" |
| | "block/block_adjacent_difference.cuh" |
| | "block/block_discontinuity.cuh" |
| | "block/block_exchange.cuh" |
| | "block/block_histogram.cuh" |
| | "block/block_load.cuh" |
| | "block/block_merge_sort.cuh" |
| | "block/block_radix_rank.cuh" |
| | "block/block_radix_sort.cuh" |
| | "block/block_raking_layout.cuh" |
| | "block/block_reduce.cuh" |
| | "block/block_run_length_decode.cuh" |
| | "block/block_scan.cuh" |
| | "block/block_shuffle.cuh" |
| | "block/block_store.cuh" |
| | "block/radix_rank_sort_operations.cuh" |
| | "block/specializations/block_histogram_atomic.cuh" |
| | "block/specializations/block_histogram_sort.cuh" |
| | "block/specializations/block_reduce_raking.cuh" |
| | "block/specializations/block_reduce_raking_commutative_only.cuh" |
| | "block/specializations/block_reduce_warp_reductions.cuh" |
| | "block/specializations/block_scan_raking.cuh" |
| | "block/specializations/block_scan_warp_scans.cuh" |
| | "config.cuh" |
| | "cub.cuh" |
| | "detail/choose_offset.cuh" |
| | "detail/cpp_compatibility.cuh" |
| | "detail/detect_cuda_runtime.cuh" |
| | "detail/device_double_buffer.cuh" |
| | "detail/device_synchronize.cuh" |
| | "detail/exec_check_disable.cuh" |
| | "detail/strong_load.cuh" |
| | "detail/strong_store.cuh" |
| | "detail/temporary_storage.cuh" |
| | "detail/type_traits.cuh" |
| | "detail/uninitialized_copy.cuh" |
| | "device/device_adjacent_difference.cuh" |
| | "device/device_copy.cuh" |
| | "device/device_histogram.cuh" |
| | "device/device_memcpy.cuh" |
| | "device/device_merge_sort.cuh" |
| | "device/device_partition.cuh" |
| | "device/device_radix_sort.cuh" |
| | "device/device_reduce.cuh" |
| | "device/device_run_length_encode.cuh" |
| | "device/device_scan.cuh" |
| | "device/device_segmented_radix_sort.cuh" |
| | "device/device_segmented_reduce.cuh" |
| | "device/device_segmented_sort.cuh" |
| | "device/device_select.cuh" |
| | "device/device_spmv.cuh" |
| | "device/dispatch/dispatch_adjacent_difference.cuh" |
| | "device/dispatch/dispatch_batch_memcpy.cuh" |
| | "device/dispatch/dispatch_histogram.cuh" |
| | "device/dispatch/dispatch_merge_sort.cuh" |
| | "device/dispatch/dispatch_radix_sort.cuh" |
| | "device/dispatch/dispatch_reduce.cuh" |
| | "device/dispatch/dispatch_reduce_by_key.cuh" |
| | "device/dispatch/dispatch_rle.cuh" |
| | "device/dispatch/dispatch_scan.cuh" |
| | "device/dispatch/dispatch_scan_by_key.cuh" |
| | "device/dispatch/dispatch_segmented_sort.cuh" |
| | "device/dispatch/dispatch_select_if.cuh" |
| | "device/dispatch/dispatch_spmv_orig.cuh" |
| | "device/dispatch/dispatch_three_way_partition.cuh" |
| | "device/dispatch/dispatch_unique_by_key.cuh" |
| | "grid/grid_barrier.cuh" |
| | "grid/grid_even_share.cuh" |
| | "grid/grid_mapping.cuh" |
| | "grid/grid_queue.cuh" |
| | "host/mutex.cuh" |
| | "iterator/arg_index_input_iterator.cuh" |
| | "iterator/cache_modified_input_iterator.cuh" |
| | "iterator/cache_modified_output_iterator.cuh" |
| | "iterator/constant_input_iterator.cuh" |
| | "iterator/counting_input_iterator.cuh" |
| | "iterator/discard_output_iterator.cuh" |
| | "iterator/tex_obj_input_iterator.cuh" |
| | "iterator/tex_ref_input_iterator.cuh" |
| | "iterator/transform_input_iterator.cuh" |
| | "thread/thread_load.cuh" |
| | "thread/thread_operators.cuh" |
| | "thread/thread_reduce.cuh" |
| | "thread/thread_scan.cuh" |
| | "thread/thread_search.cuh" |
| | "thread/thread_sort.cuh" |
| | "thread/thread_store.cuh" |
| | "util_allocator.cuh" |
| | "util_arch.cuh" |
| | "util_compiler.cuh" |
| | "util_cpp_dialect.cuh" |
| | "util_debug.cuh" |
| | "util_deprecated.cuh" |
| | "util_device.cuh" |
| | "util_macro.cuh" |
| | "util_math.cuh" |
| | "util_namespace.cuh" |
| | "util_ptx.cuh" |
| | "util_type.cuh" |
| | "version.cuh" |
| | "warp/specializations/warp_reduce_shfl.cuh" |
| | "warp/specializations/warp_reduce_smem.cuh" |
| | "warp/specializations/warp_scan_shfl.cuh" |
| | "warp/specializations/warp_scan_smem.cuh" |
| | "warp/warp_exchange.cuh" |
| | "warp/warp_load.cuh" |
| | "warp/warp_merge_sort.cuh" |
| | "warp/warp_reduce.cuh" |
| | "warp/warp_scan.cuh" |
| | "warp/warp_store.cuh" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/dependencies/cub/examples/block" "/home/ubuntu/thrust/dependencies/cub/examples/block/example_*.cu") |
| | set(OLD_GLOB |
| | "example_block_radix_sort.cu" |
| | "example_block_reduce.cu" |
| | "example_block_reduce_dyn_smem.cu" |
| | "example_block_scan.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/dependencies/cub/examples/device" "/home/ubuntu/thrust/dependencies/cub/examples/device/example_*.cu") |
| | set(OLD_GLOB |
| | "example_device_decoupled_look_back.cu" |
| | "example_device_partition_flagged.cu" |
| | "example_device_partition_if.cu" |
| | "example_device_radix_sort.cu" |
| | "example_device_radix_sort_custom.cu" |
| | "example_device_reduce.cu" |
| | "example_device_scan.cu" |
| | "example_device_select_flagged.cu" |
| | "example_device_select_if.cu" |
| | "example_device_select_unique.cu" |
| | "example_device_sort_find_non_trivial_runs.cu" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/*.h") |
| | set(OLD_GLOB |
| | "addressof.h" |
| | "adjacent_difference.h" |
| | "advance.h" |
| | "allocate_unique.h" |
| | "async/copy.h" |
| | "async/for_each.h" |
| | "async/reduce.h" |
| | "async/scan.h" |
| | "async/sort.h" |
| | "async/transform.h" |
| | "binary_search.h" |
| | "complex.h" |
| | "copy.h" |
| | "count.h" |
| | "detail/algorithm_wrapper.h" |
| | "detail/alignment.h" |
| | "detail/allocator/allocator_traits.h" |
| | "detail/allocator/copy_construct_range.h" |
| | "detail/allocator/default_construct_range.h" |
| | "detail/allocator/destroy_range.h" |
| | "detail/allocator/fill_construct_range.h" |
| | "detail/allocator/malloc_allocator.h" |
| | "detail/allocator/no_throw_allocator.h" |
| | "detail/allocator/tagged_allocator.h" |
| | "detail/allocator/temporary_allocator.h" |
| | "detail/allocator_aware_execution_policy.h" |
| | "detail/caching_allocator.h" |
| | "detail/complex/arithmetic.h" |
| | "detail/complex/c99math.h" |
| | "detail/complex/catrig.h" |
| | "detail/complex/catrigf.h" |
| | "detail/complex/ccosh.h" |
| | "detail/complex/ccoshf.h" |
| | "detail/complex/cexp.h" |
| | "detail/complex/cexpf.h" |
| | "detail/complex/clog.h" |
| | "detail/complex/clogf.h" |
| | "detail/complex/cpow.h" |
| | "detail/complex/cproj.h" |
| | "detail/complex/csinh.h" |
| | "detail/complex/csinhf.h" |
| | "detail/complex/csqrt.h" |
| | "detail/complex/csqrtf.h" |
| | "detail/complex/ctanh.h" |
| | "detail/complex/ctanhf.h" |
| | "detail/complex/math_private.h" |
| | "detail/complex/stream.h" |
| | "detail/config.h" |
| | "detail/config/compiler.h" |
| | "detail/config/compiler_fence.h" |
| | "detail/config/config.h" |
| | "detail/config/cpp_compatibility.h" |
| | "detail/config/cpp_dialect.h" |
| | "detail/config/debug.h" |
| | "detail/config/deprecated.h" |
| | "detail/config/device_system.h" |
| | "detail/config/exec_check_disable.h" |
| | "detail/config/forceinline.h" |
| | "detail/config/global_workarounds.h" |
| | "detail/config/host_device.h" |
| | "detail/config/host_system.h" |
| | "detail/config/memory_resource.h" |
| | "detail/config/namespace.h" |
| | "detail/config/simple_defines.h" |
| | "detail/contiguous_storage.h" |
| | "detail/copy.h" |
| | "detail/copy_if.h" |
| | "detail/count.h" |
| | "detail/cpp11_required.h" |
| | "detail/cpp14_required.h" |
| | "detail/cstdint.h" |
| | "detail/dependencies_aware_execution_policy.h" |
| | "detail/event_error.h" |
| | "detail/execute_with_allocator.h" |
| | "detail/execute_with_allocator_fwd.h" |
| | "detail/execute_with_dependencies.h" |
| | "detail/execution_policy.h" |
| | "detail/function.h" |
| | "detail/functional/actor.h" |
| | "detail/functional/argument.h" |
| | "detail/functional/composite.h" |
| | "detail/functional/operators.h" |
| | "detail/functional/operators/arithmetic_operators.h" |
| | "detail/functional/operators/assignment_operator.h" |
| | "detail/functional/operators/bitwise_operators.h" |
| | "detail/functional/operators/compound_assignment_operators.h" |
| | "detail/functional/operators/logical_operators.h" |
| | "detail/functional/operators/operator_adaptors.h" |
| | "detail/functional/operators/relational_operators.h" |
| | "detail/functional/placeholder.h" |
| | "detail/functional/value.h" |
| | "detail/get_iterator_value.h" |
| | "detail/integer_math.h" |
| | "detail/integer_traits.h" |
| | "detail/internal_functional.h" |
| | "detail/malloc_and_free.h" |
| | "detail/memory_algorithms.h" |
| | "detail/memory_wrapper.h" |
| | "detail/minmax.h" |
| | "detail/modern_gcc_required.h" |
| | "detail/mpl/math.h" |
| | "detail/numeric_traits.h" |
| | "detail/numeric_wrapper.h" |
| | "detail/overlapped_copy.h" |
| | "detail/pointer.h" |
| | "detail/preprocessor.h" |
| | "detail/range/head_flags.h" |
| | "detail/range/tail_flags.h" |
| | "detail/raw_pointer_cast.h" |
| | "detail/raw_reference_cast.h" |
| | "detail/reference.h" |
| | "detail/reference_forward_declaration.h" |
| | "detail/select_system.h" |
| | "detail/seq.h" |
| | "detail/static_assert.h" |
| | "detail/static_map.h" |
| | "detail/swap.h" |
| | "detail/temporary_array.h" |
| | "detail/temporary_buffer.h" |
| | "detail/trivial_sequence.h" |
| | "detail/tuple_algorithms.h" |
| | "detail/tuple_meta_transform.h" |
| | "detail/tuple_transform.h" |
| | "detail/type_deduction.h" |
| | "detail/type_traits.h" |
| | "detail/type_traits/function_traits.h" |
| | "detail/type_traits/has_member_function.h" |
| | "detail/type_traits/has_nested_type.h" |
| | "detail/type_traits/has_trivial_assign.h" |
| | "detail/type_traits/is_call_possible.h" |
| | "detail/type_traits/is_metafunction_defined.h" |
| | "detail/type_traits/iterator/is_discard_iterator.h" |
| | "detail/type_traits/iterator/is_output_iterator.h" |
| | "detail/type_traits/minimum_type.h" |
| | "detail/type_traits/pointer_traits.h" |
| | "detail/type_traits/result_of_adaptable_function.h" |
| | "detail/use_default.h" |
| | "detail/util/align.h" |
| | "detail/vector_base.h" |
| | "device_allocator.h" |
| | "device_delete.h" |
| | "device_free.h" |
| | "device_make_unique.h" |
| | "device_malloc.h" |
| | "device_malloc_allocator.h" |
| | "device_new.h" |
| | "device_new_allocator.h" |
| | "device_ptr.h" |
| | "device_reference.h" |
| | "device_vector.h" |
| | "distance.h" |
| | "equal.h" |
| | "event.h" |
| | "execution_policy.h" |
| | "extrema.h" |
| | "fill.h" |
| | "find.h" |
| | "for_each.h" |
| | "functional.h" |
| | "future.h" |
| | "gather.h" |
| | "generate.h" |
| | "host_vector.h" |
| | "inner_product.h" |
| | "iterator/constant_iterator.h" |
| | "iterator/counting_iterator.h" |
| | "iterator/detail/any_assign.h" |
| | "iterator/detail/any_system_tag.h" |
| | "iterator/detail/constant_iterator_base.h" |
| | "iterator/detail/device_system_tag.h" |
| | "iterator/detail/discard_iterator_base.h" |
| | "iterator/detail/distance_from_result.h" |
| | "iterator/detail/host_system_tag.h" |
| | "iterator/detail/is_iterator_category.h" |
| | "iterator/detail/iterator_adaptor_base.h" |
| | "iterator/detail/iterator_category_to_system.h" |
| | "iterator/detail/iterator_category_to_traversal.h" |
| | "iterator/detail/iterator_category_with_system_and_traversal.h" |
| | "iterator/detail/iterator_facade_category.h" |
| | "iterator/detail/iterator_traversal_tags.h" |
| | "iterator/detail/join_iterator.h" |
| | "iterator/detail/minimum_category.h" |
| | "iterator/detail/minimum_system.h" |
| | "iterator/detail/normal_iterator.h" |
| | "iterator/detail/permutation_iterator_base.h" |
| | "iterator/detail/retag.h" |
| | "iterator/detail/reverse_iterator_base.h" |
| | "iterator/detail/tagged_iterator.h" |
| | "iterator/detail/tuple_of_iterator_references.h" |
| | "iterator/detail/universal_categories.h" |
| | "iterator/detail/zip_iterator_base.h" |
| | "iterator/discard_iterator.h" |
| | "iterator/iterator_adaptor.h" |
| | "iterator/iterator_categories.h" |
| | "iterator/iterator_facade.h" |
| | "iterator/iterator_traits.h" |
| | "iterator/permutation_iterator.h" |
| | "iterator/retag.h" |
| | "iterator/reverse_iterator.h" |
| | "iterator/transform_input_output_iterator.h" |
| | "iterator/transform_iterator.h" |
| | "iterator/transform_output_iterator.h" |
| | "iterator/zip_iterator.h" |
| | "limits.h" |
| | "logical.h" |
| | "memory.h" |
| | "merge.h" |
| | "mismatch.h" |
| | "mr/allocator.h" |
| | "mr/device_memory_resource.h" |
| | "mr/disjoint_pool.h" |
| | "mr/disjoint_sync_pool.h" |
| | "mr/disjoint_tls_pool.h" |
| | "mr/fancy_pointer_resource.h" |
| | "mr/host_memory_resource.h" |
| | "mr/memory_resource.h" |
| | "mr/new.h" |
| | "mr/polymorphic_adaptor.h" |
| | "mr/pool.h" |
| | "mr/pool_options.h" |
| | "mr/sync_pool.h" |
| | "mr/tls_pool.h" |
| | "mr/universal_memory_resource.h" |
| | "mr/validator.h" |
| | "optional.h" |
| | "pair.h" |
| | "partition.h" |
| | "per_device_resource.h" |
| | "random.h" |
| | "random/detail/linear_congruential_engine_discard.h" |
| | "random/detail/linear_feedback_shift_engine_wordmask.h" |
| | "random/detail/mod.h" |
| | "random/detail/normal_distribution_base.h" |
| | "random/detail/random_core_access.h" |
| | "random/detail/xor_combine_engine_max.h" |
| | "random/discard_block_engine.h" |
| | "random/linear_congruential_engine.h" |
| | "random/linear_feedback_shift_engine.h" |
| | "random/normal_distribution.h" |
| | "random/subtract_with_carry_engine.h" |
| | "random/uniform_int_distribution.h" |
| | "random/uniform_real_distribution.h" |
| | "random/xor_combine_engine.h" |
| | "reduce.h" |
| | "remove.h" |
| | "replace.h" |
| | "reverse.h" |
| | "scan.h" |
| | "scatter.h" |
| | "sequence.h" |
| | "set_operations.h" |
| | "shuffle.h" |
| | "sort.h" |
| | "swap.h" |
| | "system/cpp/detail/adjacent_difference.h" |
| | "system/cpp/detail/assign_value.h" |
| | "system/cpp/detail/binary_search.h" |
| | "system/cpp/detail/copy.h" |
| | "system/cpp/detail/copy_if.h" |
| | "system/cpp/detail/count.h" |
| | "system/cpp/detail/equal.h" |
| | "system/cpp/detail/execution_policy.h" |
| | "system/cpp/detail/extrema.h" |
| | "system/cpp/detail/fill.h" |
| | "system/cpp/detail/find.h" |
| | "system/cpp/detail/for_each.h" |
| | "system/cpp/detail/gather.h" |
| | "system/cpp/detail/generate.h" |
| | "system/cpp/detail/get_value.h" |
| | "system/cpp/detail/inner_product.h" |
| | "system/cpp/detail/iter_swap.h" |
| | "system/cpp/detail/logical.h" |
| | "system/cpp/detail/malloc_and_free.h" |
| | "system/cpp/detail/merge.h" |
| | "system/cpp/detail/mismatch.h" |
| | "system/cpp/detail/par.h" |
| | "system/cpp/detail/partition.h" |
| | "system/cpp/detail/per_device_resource.h" |
| | "system/cpp/detail/reduce.h" |
| | "system/cpp/detail/reduce_by_key.h" |
| | "system/cpp/detail/remove.h" |
| | "system/cpp/detail/replace.h" |
| | "system/cpp/detail/reverse.h" |
| | "system/cpp/detail/scan.h" |
| | "system/cpp/detail/scan_by_key.h" |
| | "system/cpp/detail/scatter.h" |
| | "system/cpp/detail/sequence.h" |
| | "system/cpp/detail/set_operations.h" |
| | "system/cpp/detail/sort.h" |
| | "system/cpp/detail/swap_ranges.h" |
| | "system/cpp/detail/tabulate.h" |
| | "system/cpp/detail/temporary_buffer.h" |
| | "system/cpp/detail/transform.h" |
| | "system/cpp/detail/transform_reduce.h" |
| | "system/cpp/detail/transform_scan.h" |
| | "system/cpp/detail/uninitialized_copy.h" |
| | "system/cpp/detail/uninitialized_fill.h" |
| | "system/cpp/detail/unique.h" |
| | "system/cpp/detail/unique_by_key.h" |
| | "system/cpp/execution_policy.h" |
| | "system/cpp/memory.h" |
| | "system/cpp/memory_resource.h" |
| | "system/cpp/pointer.h" |
| | "system/cpp/vector.h" |
| | "system/cuda/config.h" |
| | "system/cuda/detail/adjacent_difference.h" |
| | "system/cuda/detail/assign_value.h" |
| | "system/cuda/detail/async/copy.h" |
| | "system/cuda/detail/async/customization.h" |
| | "system/cuda/detail/async/exclusive_scan.h" |
| | "system/cuda/detail/async/for_each.h" |
| | "system/cuda/detail/async/inclusive_scan.h" |
| | "system/cuda/detail/async/reduce.h" |
| | "system/cuda/detail/async/scan.h" |
| | "system/cuda/detail/async/sort.h" |
| | "system/cuda/detail/async/transform.h" |
| | "system/cuda/detail/binary_search.h" |
| | "system/cuda/detail/cdp_dispatch.h" |
| | "system/cuda/detail/copy.h" |
| | "system/cuda/detail/copy_if.h" |
| | "system/cuda/detail/core/agent_launcher.h" |
| | "system/cuda/detail/core/alignment.h" |
| | "system/cuda/detail/core/triple_chevron_launch.h" |
| | "system/cuda/detail/core/util.h" |
| | "system/cuda/detail/count.h" |
| | "system/cuda/detail/cross_system.h" |
| | "system/cuda/detail/dispatch.h" |
| | "system/cuda/detail/equal.h" |
| | "system/cuda/detail/execution_policy.h" |
| | "system/cuda/detail/extrema.h" |
| | "system/cuda/detail/fill.h" |
| | "system/cuda/detail/find.h" |
| | "system/cuda/detail/for_each.h" |
| | "system/cuda/detail/gather.h" |
| | "system/cuda/detail/generate.h" |
| | "system/cuda/detail/get_value.h" |
| | "system/cuda/detail/guarded_cuda_runtime_api.h" |
| | "system/cuda/detail/guarded_driver_types.h" |
| | "system/cuda/detail/inner_product.h" |
| | "system/cuda/detail/internal/copy_cross_system.h" |
| | "system/cuda/detail/internal/copy_device_to_device.h" |
| | "system/cuda/detail/iter_swap.h" |
| | "system/cuda/detail/logical.h" |
| | "system/cuda/detail/make_unsigned_special.h" |
| | "system/cuda/detail/malloc_and_free.h" |
| | "system/cuda/detail/merge.h" |
| | "system/cuda/detail/mismatch.h" |
| | "system/cuda/detail/par.h" |
| | "system/cuda/detail/par_to_seq.h" |
| | "system/cuda/detail/parallel_for.h" |
| | "system/cuda/detail/partition.h" |
| | "system/cuda/detail/per_device_resource.h" |
| | "system/cuda/detail/reduce.h" |
| | "system/cuda/detail/reduce_by_key.h" |
| | "system/cuda/detail/remove.h" |
| | "system/cuda/detail/replace.h" |
| | "system/cuda/detail/reverse.h" |
| | "system/cuda/detail/scan.h" |
| | "system/cuda/detail/scan_by_key.h" |
| | "system/cuda/detail/scatter.h" |
| | "system/cuda/detail/sequence.h" |
| | "system/cuda/detail/set_operations.h" |
| | "system/cuda/detail/sort.h" |
| | "system/cuda/detail/swap_ranges.h" |
| | "system/cuda/detail/tabulate.h" |
| | "system/cuda/detail/temporary_buffer.h" |
| | "system/cuda/detail/terminate.h" |
| | "system/cuda/detail/transform.h" |
| | "system/cuda/detail/transform_reduce.h" |
| | "system/cuda/detail/transform_scan.h" |
| | "system/cuda/detail/uninitialized_copy.h" |
| | "system/cuda/detail/uninitialized_fill.h" |
| | "system/cuda/detail/unique.h" |
| | "system/cuda/detail/unique_by_key.h" |
| | "system/cuda/detail/util.h" |
| | "system/cuda/error.h" |
| | "system/cuda/execution_policy.h" |
| | "system/cuda/future.h" |
| | "system/cuda/memory.h" |
| | "system/cuda/memory_resource.h" |
| | "system/cuda/pointer.h" |
| | "system/cuda/vector.h" |
| | "system/detail/adl/adjacent_difference.h" |
| | "system/detail/adl/assign_value.h" |
| | "system/detail/adl/async/copy.h" |
| | "system/detail/adl/async/for_each.h" |
| | "system/detail/adl/async/reduce.h" |
| | "system/detail/adl/async/scan.h" |
| | "system/detail/adl/async/sort.h" |
| | "system/detail/adl/async/transform.h" |
| | "system/detail/adl/binary_search.h" |
| | "system/detail/adl/copy.h" |
| | "system/detail/adl/copy_if.h" |
| | "system/detail/adl/count.h" |
| | "system/detail/adl/equal.h" |
| | "system/detail/adl/extrema.h" |
| | "system/detail/adl/fill.h" |
| | "system/detail/adl/find.h" |
| | "system/detail/adl/for_each.h" |
| | "system/detail/adl/gather.h" |
| | "system/detail/adl/generate.h" |
| | "system/detail/adl/get_value.h" |
| | "system/detail/adl/inner_product.h" |
| | "system/detail/adl/iter_swap.h" |
| | "system/detail/adl/logical.h" |
| | "system/detail/adl/malloc_and_free.h" |
| | "system/detail/adl/merge.h" |
| | "system/detail/adl/mismatch.h" |
| | "system/detail/adl/partition.h" |
| | "system/detail/adl/per_device_resource.h" |
| | "system/detail/adl/reduce.h" |
| | "system/detail/adl/reduce_by_key.h" |
| | "system/detail/adl/remove.h" |
| | "system/detail/adl/replace.h" |
| | "system/detail/adl/reverse.h" |
| | "system/detail/adl/scan.h" |
| | "system/detail/adl/scan_by_key.h" |
| | "system/detail/adl/scatter.h" |
| | "system/detail/adl/sequence.h" |
| | "system/detail/adl/set_operations.h" |
| | "system/detail/adl/sort.h" |
| | "system/detail/adl/swap_ranges.h" |
| | "system/detail/adl/tabulate.h" |
| | "system/detail/adl/temporary_buffer.h" |
| | "system/detail/adl/transform.h" |
| | "system/detail/adl/transform_reduce.h" |
| | "system/detail/adl/transform_scan.h" |
| | "system/detail/adl/uninitialized_copy.h" |
| | "system/detail/adl/uninitialized_fill.h" |
| | "system/detail/adl/unique.h" |
| | "system/detail/adl/unique_by_key.h" |
| | "system/detail/bad_alloc.h" |
| | "system/detail/errno.h" |
| | "system/detail/generic/adjacent_difference.h" |
| | "system/detail/generic/advance.h" |
| | "system/detail/generic/binary_search.h" |
| | "system/detail/generic/copy.h" |
| | "system/detail/generic/copy_if.h" |
| | "system/detail/generic/count.h" |
| | "system/detail/generic/distance.h" |
| | "system/detail/generic/equal.h" |
| | "system/detail/generic/extrema.h" |
| | "system/detail/generic/fill.h" |
| | "system/detail/generic/find.h" |
| | "system/detail/generic/for_each.h" |
| | "system/detail/generic/gather.h" |
| | "system/detail/generic/generate.h" |
| | "system/detail/generic/inner_product.h" |
| | "system/detail/generic/logical.h" |
| | "system/detail/generic/memory.h" |
| | "system/detail/generic/merge.h" |
| | "system/detail/generic/mismatch.h" |
| | "system/detail/generic/partition.h" |
| | "system/detail/generic/per_device_resource.h" |
| | "system/detail/generic/reduce.h" |
| | "system/detail/generic/reduce_by_key.h" |
| | "system/detail/generic/remove.h" |
| | "system/detail/generic/replace.h" |
| | "system/detail/generic/reverse.h" |
| | "system/detail/generic/scalar/binary_search.h" |
| | "system/detail/generic/scan.h" |
| | "system/detail/generic/scan_by_key.h" |
| | "system/detail/generic/scatter.h" |
| | "system/detail/generic/select_system.h" |
| | "system/detail/generic/select_system_exists.h" |
| | "system/detail/generic/sequence.h" |
| | "system/detail/generic/set_operations.h" |
| | "system/detail/generic/shuffle.h" |
| | "system/detail/generic/sort.h" |
| | "system/detail/generic/swap_ranges.h" |
| | "system/detail/generic/tabulate.h" |
| | "system/detail/generic/tag.h" |
| | "system/detail/generic/temporary_buffer.h" |
| | "system/detail/generic/transform.h" |
| | "system/detail/generic/transform_reduce.h" |
| | "system/detail/generic/transform_scan.h" |
| | "system/detail/generic/uninitialized_copy.h" |
| | "system/detail/generic/uninitialized_fill.h" |
| | "system/detail/generic/unique.h" |
| | "system/detail/generic/unique_by_key.h" |
| | "system/detail/internal/decompose.h" |
| | "system/detail/sequential/adjacent_difference.h" |
| | "system/detail/sequential/assign_value.h" |
| | "system/detail/sequential/binary_search.h" |
| | "system/detail/sequential/copy.h" |
| | "system/detail/sequential/copy_backward.h" |
| | "system/detail/sequential/copy_if.h" |
| | "system/detail/sequential/count.h" |
| | "system/detail/sequential/equal.h" |
| | "system/detail/sequential/execution_policy.h" |
| | "system/detail/sequential/extrema.h" |
| | "system/detail/sequential/fill.h" |
| | "system/detail/sequential/find.h" |
| | "system/detail/sequential/for_each.h" |
| | "system/detail/sequential/gather.h" |
| | "system/detail/sequential/general_copy.h" |
| | "system/detail/sequential/generate.h" |
| | "system/detail/sequential/get_value.h" |
| | "system/detail/sequential/inner_product.h" |
| | "system/detail/sequential/insertion_sort.h" |
| | "system/detail/sequential/iter_swap.h" |
| | "system/detail/sequential/logical.h" |
| | "system/detail/sequential/malloc_and_free.h" |
| | "system/detail/sequential/merge.h" |
| | "system/detail/sequential/mismatch.h" |
| | "system/detail/sequential/partition.h" |
| | "system/detail/sequential/per_device_resource.h" |
| | "system/detail/sequential/reduce.h" |
| | "system/detail/sequential/reduce_by_key.h" |
| | "system/detail/sequential/remove.h" |
| | "system/detail/sequential/replace.h" |
| | "system/detail/sequential/reverse.h" |
| | "system/detail/sequential/scan.h" |
| | "system/detail/sequential/scan_by_key.h" |
| | "system/detail/sequential/scatter.h" |
| | "system/detail/sequential/sequence.h" |
| | "system/detail/sequential/set_operations.h" |
| | "system/detail/sequential/sort.h" |
| | "system/detail/sequential/stable_merge_sort.h" |
| | "system/detail/sequential/stable_primitive_sort.h" |
| | "system/detail/sequential/stable_radix_sort.h" |
| | "system/detail/sequential/swap_ranges.h" |
| | "system/detail/sequential/tabulate.h" |
| | "system/detail/sequential/temporary_buffer.h" |
| | "system/detail/sequential/transform.h" |
| | "system/detail/sequential/transform_reduce.h" |
| | "system/detail/sequential/transform_scan.h" |
| | "system/detail/sequential/trivial_copy.h" |
| | "system/detail/sequential/uninitialized_copy.h" |
| | "system/detail/sequential/uninitialized_fill.h" |
| | "system/detail/sequential/unique.h" |
| | "system/detail/sequential/unique_by_key.h" |
| | "system/error_code.h" |
| | "system/omp/detail/adjacent_difference.h" |
| | "system/omp/detail/assign_value.h" |
| | "system/omp/detail/binary_search.h" |
| | "system/omp/detail/copy.h" |
| | "system/omp/detail/copy_if.h" |
| | "system/omp/detail/count.h" |
| | "system/omp/detail/default_decomposition.h" |
| | "system/omp/detail/equal.h" |
| | "system/omp/detail/execution_policy.h" |
| | "system/omp/detail/extrema.h" |
| | "system/omp/detail/fill.h" |
| | "system/omp/detail/find.h" |
| | "system/omp/detail/for_each.h" |
| | "system/omp/detail/gather.h" |
| | "system/omp/detail/generate.h" |
| | "system/omp/detail/get_value.h" |
| | "system/omp/detail/inner_product.h" |
| | "system/omp/detail/iter_swap.h" |
| | "system/omp/detail/logical.h" |
| | "system/omp/detail/malloc_and_free.h" |
| | "system/omp/detail/merge.h" |
| | "system/omp/detail/mismatch.h" |
| | "system/omp/detail/par.h" |
| | "system/omp/detail/partition.h" |
| | "system/omp/detail/per_device_resource.h" |
| | "system/omp/detail/pragma_omp.h" |
| | "system/omp/detail/reduce.h" |
| | "system/omp/detail/reduce_by_key.h" |
| | "system/omp/detail/reduce_intervals.h" |
| | "system/omp/detail/remove.h" |
| | "system/omp/detail/replace.h" |
| | "system/omp/detail/reverse.h" |
| | "system/omp/detail/scan.h" |
| | "system/omp/detail/scan_by_key.h" |
| | "system/omp/detail/scatter.h" |
| | "system/omp/detail/sequence.h" |
| | "system/omp/detail/set_operations.h" |
| | "system/omp/detail/sort.h" |
| | "system/omp/detail/swap_ranges.h" |
| | "system/omp/detail/tabulate.h" |
| | "system/omp/detail/temporary_buffer.h" |
| | "system/omp/detail/transform.h" |
| | "system/omp/detail/transform_reduce.h" |
| | "system/omp/detail/transform_scan.h" |
| | "system/omp/detail/uninitialized_copy.h" |
| | "system/omp/detail/uninitialized_fill.h" |
| | "system/omp/detail/unique.h" |
| | "system/omp/detail/unique_by_key.h" |
| | "system/omp/execution_policy.h" |
| | "system/omp/memory.h" |
| | "system/omp/memory_resource.h" |
| | "system/omp/pointer.h" |
| | "system/omp/vector.h" |
| | "system/system_error.h" |
| | "system/tbb/detail/adjacent_difference.h" |
| | "system/tbb/detail/assign_value.h" |
| | "system/tbb/detail/binary_search.h" |
| | "system/tbb/detail/copy.h" |
| | "system/tbb/detail/copy_if.h" |
| | "system/tbb/detail/count.h" |
| | "system/tbb/detail/equal.h" |
| | "system/tbb/detail/execution_policy.h" |
| | "system/tbb/detail/extrema.h" |
| | "system/tbb/detail/fill.h" |
| | "system/tbb/detail/find.h" |
| | "system/tbb/detail/for_each.h" |
| | "system/tbb/detail/gather.h" |
| | "system/tbb/detail/generate.h" |
| | "system/tbb/detail/get_value.h" |
| | "system/tbb/detail/inner_product.h" |
| | "system/tbb/detail/iter_swap.h" |
| | "system/tbb/detail/logical.h" |
| | "system/tbb/detail/malloc_and_free.h" |
| | "system/tbb/detail/merge.h" |
| | "system/tbb/detail/mismatch.h" |
| | "system/tbb/detail/par.h" |
| | "system/tbb/detail/partition.h" |
| | "system/tbb/detail/per_device_resource.h" |
| | "system/tbb/detail/reduce.h" |
| | "system/tbb/detail/reduce_by_key.h" |
| | "system/tbb/detail/reduce_intervals.h" |
| | "system/tbb/detail/remove.h" |
| | "system/tbb/detail/replace.h" |
| | "system/tbb/detail/reverse.h" |
| | "system/tbb/detail/scan.h" |
| | "system/tbb/detail/scan_by_key.h" |
| | "system/tbb/detail/scatter.h" |
| | "system/tbb/detail/sequence.h" |
| | "system/tbb/detail/set_operations.h" |
| | "system/tbb/detail/sort.h" |
| | "system/tbb/detail/swap_ranges.h" |
| | "system/tbb/detail/tabulate.h" |
| | "system/tbb/detail/temporary_buffer.h" |
| | "system/tbb/detail/transform.h" |
| | "system/tbb/detail/transform_reduce.h" |
| | "system/tbb/detail/transform_scan.h" |
| | "system/tbb/detail/uninitialized_copy.h" |
| | "system/tbb/detail/uninitialized_fill.h" |
| | "system/tbb/detail/unique.h" |
| | "system/tbb/detail/unique_by_key.h" |
| | "system/tbb/execution_policy.h" |
| | "system/tbb/memory.h" |
| | "system/tbb/memory_resource.h" |
| | "system/tbb/pointer.h" |
| | "system/tbb/vector.h" |
| | "system_error.h" |
| | "tabulate.h" |
| | "transform.h" |
| | "transform_reduce.h" |
| | "transform_scan.h" |
| | "tuple.h" |
| | "type_traits/integer_sequence.h" |
| | "type_traits/is_contiguous_iterator.h" |
| | "type_traits/is_execution_policy.h" |
| | "type_traits/is_operator_less_or_greater_function_object.h" |
| | "type_traits/is_operator_plus_function_object.h" |
| | "type_traits/is_trivially_relocatable.h" |
| | "type_traits/logical_metafunctions.h" |
| | "type_traits/remove_cvref.h" |
| | "type_traits/void_t.h" |
| | "uninitialized_copy.h" |
| | "uninitialized_fill.h" |
| | "unique.h" |
| | "universal_allocator.h" |
| | "universal_ptr.h" |
| | "universal_vector.h" |
| | "version.h" |
| | "zip_function.h" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/*/*/detail/*") |
| | set(OLD_GLOB |
| | "system/cpp/detail/adjacent_difference.h" |
| | "system/cpp/detail/assign_value.h" |
| | "system/cpp/detail/binary_search.h" |
| | "system/cpp/detail/copy.h" |
| | "system/cpp/detail/copy_if.h" |
| | "system/cpp/detail/count.h" |
| | "system/cpp/detail/equal.h" |
| | "system/cpp/detail/execution_policy.h" |
| | "system/cpp/detail/extrema.h" |
| | "system/cpp/detail/fill.h" |
| | "system/cpp/detail/find.h" |
| | "system/cpp/detail/for_each.h" |
| | "system/cpp/detail/gather.h" |
| | "system/cpp/detail/generate.h" |
| | "system/cpp/detail/get_value.h" |
| | "system/cpp/detail/inner_product.h" |
| | "system/cpp/detail/iter_swap.h" |
| | "system/cpp/detail/logical.h" |
| | "system/cpp/detail/malloc_and_free.h" |
| | "system/cpp/detail/memory.inl" |
| | "system/cpp/detail/merge.h" |
| | "system/cpp/detail/mismatch.h" |
| | "system/cpp/detail/par.h" |
| | "system/cpp/detail/partition.h" |
| | "system/cpp/detail/per_device_resource.h" |
| | "system/cpp/detail/reduce.h" |
| | "system/cpp/detail/reduce_by_key.h" |
| | "system/cpp/detail/remove.h" |
| | "system/cpp/detail/replace.h" |
| | "system/cpp/detail/reverse.h" |
| | "system/cpp/detail/scan.h" |
| | "system/cpp/detail/scan_by_key.h" |
| | "system/cpp/detail/scatter.h" |
| | "system/cpp/detail/sequence.h" |
| | "system/cpp/detail/set_operations.h" |
| | "system/cpp/detail/sort.h" |
| | "system/cpp/detail/swap_ranges.h" |
| | "system/cpp/detail/tabulate.h" |
| | "system/cpp/detail/temporary_buffer.h" |
| | "system/cpp/detail/transform.h" |
| | "system/cpp/detail/transform_reduce.h" |
| | "system/cpp/detail/transform_scan.h" |
| | "system/cpp/detail/uninitialized_copy.h" |
| | "system/cpp/detail/uninitialized_fill.h" |
| | "system/cpp/detail/unique.h" |
| | "system/cpp/detail/unique_by_key.h" |
| | "system/cpp/detail/vector.inl" |
| | "system/cuda/detail/adjacent_difference.h" |
| | "system/cuda/detail/assign_value.h" |
| | "system/cuda/detail/async/copy.h" |
| | "system/cuda/detail/async/customization.h" |
| | "system/cuda/detail/async/exclusive_scan.h" |
| | "system/cuda/detail/async/for_each.h" |
| | "system/cuda/detail/async/inclusive_scan.h" |
| | "system/cuda/detail/async/reduce.h" |
| | "system/cuda/detail/async/scan.h" |
| | "system/cuda/detail/async/sort.h" |
| | "system/cuda/detail/async/transform.h" |
| | "system/cuda/detail/binary_search.h" |
| | "system/cuda/detail/cdp_dispatch.h" |
| | "system/cuda/detail/copy.h" |
| | "system/cuda/detail/copy_if.h" |
| | "system/cuda/detail/core/agent_launcher.h" |
| | "system/cuda/detail/core/alignment.h" |
| | "system/cuda/detail/core/triple_chevron_launch.h" |
| | "system/cuda/detail/core/util.h" |
| | "system/cuda/detail/count.h" |
| | "system/cuda/detail/cross_system.h" |
| | "system/cuda/detail/dispatch.h" |
| | "system/cuda/detail/equal.h" |
| | "system/cuda/detail/error.inl" |
| | "system/cuda/detail/execution_policy.h" |
| | "system/cuda/detail/extrema.h" |
| | "system/cuda/detail/fill.h" |
| | "system/cuda/detail/find.h" |
| | "system/cuda/detail/for_each.h" |
| | "system/cuda/detail/future.inl" |
| | "system/cuda/detail/gather.h" |
| | "system/cuda/detail/generate.h" |
| | "system/cuda/detail/get_value.h" |
| | "system/cuda/detail/guarded_cuda_runtime_api.h" |
| | "system/cuda/detail/guarded_driver_types.h" |
| | "system/cuda/detail/inner_product.h" |
| | "system/cuda/detail/internal/copy_cross_system.h" |
| | "system/cuda/detail/internal/copy_device_to_device.h" |
| | "system/cuda/detail/iter_swap.h" |
| | "system/cuda/detail/logical.h" |
| | "system/cuda/detail/make_unsigned_special.h" |
| | "system/cuda/detail/malloc_and_free.h" |
| | "system/cuda/detail/memory.inl" |
| | "system/cuda/detail/merge.h" |
| | "system/cuda/detail/mismatch.h" |
| | "system/cuda/detail/par.h" |
| | "system/cuda/detail/par_to_seq.h" |
| | "system/cuda/detail/parallel_for.h" |
| | "system/cuda/detail/partition.h" |
| | "system/cuda/detail/per_device_resource.h" |
| | "system/cuda/detail/reduce.h" |
| | "system/cuda/detail/reduce_by_key.h" |
| | "system/cuda/detail/remove.h" |
| | "system/cuda/detail/replace.h" |
| | "system/cuda/detail/reverse.h" |
| | "system/cuda/detail/scan.h" |
| | "system/cuda/detail/scan_by_key.h" |
| | "system/cuda/detail/scatter.h" |
| | "system/cuda/detail/sequence.h" |
| | "system/cuda/detail/set_operations.h" |
| | "system/cuda/detail/sort.h" |
| | "system/cuda/detail/swap_ranges.h" |
| | "system/cuda/detail/tabulate.h" |
| | "system/cuda/detail/temporary_buffer.h" |
| | "system/cuda/detail/terminate.h" |
| | "system/cuda/detail/transform.h" |
| | "system/cuda/detail/transform_reduce.h" |
| | "system/cuda/detail/transform_scan.h" |
| | "system/cuda/detail/uninitialized_copy.h" |
| | "system/cuda/detail/uninitialized_fill.h" |
| | "system/cuda/detail/unique.h" |
| | "system/cuda/detail/unique_by_key.h" |
| | "system/cuda/detail/util.h" |
| | "system/omp/detail/adjacent_difference.h" |
| | "system/omp/detail/assign_value.h" |
| | "system/omp/detail/binary_search.h" |
| | "system/omp/detail/copy.h" |
| | "system/omp/detail/copy.inl" |
| | "system/omp/detail/copy_if.h" |
| | "system/omp/detail/copy_if.inl" |
| | "system/omp/detail/count.h" |
| | "system/omp/detail/default_decomposition.h" |
| | "system/omp/detail/default_decomposition.inl" |
| | "system/omp/detail/equal.h" |
| | "system/omp/detail/execution_policy.h" |
| | "system/omp/detail/extrema.h" |
| | "system/omp/detail/fill.h" |
| | "system/omp/detail/find.h" |
| | "system/omp/detail/for_each.h" |
| | "system/omp/detail/for_each.inl" |
| | "system/omp/detail/gather.h" |
| | "system/omp/detail/generate.h" |
| | "system/omp/detail/get_value.h" |
| | "system/omp/detail/inner_product.h" |
| | "system/omp/detail/iter_swap.h" |
| | "system/omp/detail/logical.h" |
| | "system/omp/detail/malloc_and_free.h" |
| | "system/omp/detail/memory.inl" |
| | "system/omp/detail/merge.h" |
| | "system/omp/detail/mismatch.h" |
| | "system/omp/detail/par.h" |
| | "system/omp/detail/partition.h" |
| | "system/omp/detail/partition.inl" |
| | "system/omp/detail/per_device_resource.h" |
| | "system/omp/detail/pragma_omp.h" |
| | "system/omp/detail/reduce.h" |
| | "system/omp/detail/reduce.inl" |
| | "system/omp/detail/reduce_by_key.h" |
| | "system/omp/detail/reduce_by_key.inl" |
| | "system/omp/detail/reduce_intervals.h" |
| | "system/omp/detail/reduce_intervals.inl" |
| | "system/omp/detail/remove.h" |
| | "system/omp/detail/remove.inl" |
| | "system/omp/detail/replace.h" |
| | "system/omp/detail/reverse.h" |
| | "system/omp/detail/scan.h" |
| | "system/omp/detail/scan_by_key.h" |
| | "system/omp/detail/scatter.h" |
| | "system/omp/detail/sequence.h" |
| | "system/omp/detail/set_operations.h" |
| | "system/omp/detail/sort.h" |
| | "system/omp/detail/sort.inl" |
| | "system/omp/detail/swap_ranges.h" |
| | "system/omp/detail/tabulate.h" |
| | "system/omp/detail/temporary_buffer.h" |
| | "system/omp/detail/transform.h" |
| | "system/omp/detail/transform_reduce.h" |
| | "system/omp/detail/transform_scan.h" |
| | "system/omp/detail/uninitialized_copy.h" |
| | "system/omp/detail/uninitialized_fill.h" |
| | "system/omp/detail/unique.h" |
| | "system/omp/detail/unique.inl" |
| | "system/omp/detail/unique_by_key.h" |
| | "system/omp/detail/unique_by_key.inl" |
| | "system/tbb/detail/adjacent_difference.h" |
| | "system/tbb/detail/assign_value.h" |
| | "system/tbb/detail/binary_search.h" |
| | "system/tbb/detail/copy.h" |
| | "system/tbb/detail/copy.inl" |
| | "system/tbb/detail/copy_if.h" |
| | "system/tbb/detail/copy_if.inl" |
| | "system/tbb/detail/count.h" |
| | "system/tbb/detail/equal.h" |
| | "system/tbb/detail/execution_policy.h" |
| | "system/tbb/detail/extrema.h" |
| | "system/tbb/detail/fill.h" |
| | "system/tbb/detail/find.h" |
| | "system/tbb/detail/for_each.h" |
| | "system/tbb/detail/for_each.inl" |
| | "system/tbb/detail/gather.h" |
| | "system/tbb/detail/generate.h" |
| | "system/tbb/detail/get_value.h" |
| | "system/tbb/detail/inner_product.h" |
| | "system/tbb/detail/iter_swap.h" |
| | "system/tbb/detail/logical.h" |
| | "system/tbb/detail/malloc_and_free.h" |
| | "system/tbb/detail/memory.inl" |
| | "system/tbb/detail/merge.h" |
| | "system/tbb/detail/merge.inl" |
| | "system/tbb/detail/mismatch.h" |
| | "system/tbb/detail/par.h" |
| | "system/tbb/detail/partition.h" |
| | "system/tbb/detail/partition.inl" |
| | "system/tbb/detail/per_device_resource.h" |
| | "system/tbb/detail/reduce.h" |
| | "system/tbb/detail/reduce.inl" |
| | "system/tbb/detail/reduce_by_key.h" |
| | "system/tbb/detail/reduce_by_key.inl" |
| | "system/tbb/detail/reduce_intervals.h" |
| | "system/tbb/detail/remove.h" |
| | "system/tbb/detail/remove.inl" |
| | "system/tbb/detail/replace.h" |
| | "system/tbb/detail/reverse.h" |
| | "system/tbb/detail/scan.h" |
| | "system/tbb/detail/scan.inl" |
| | "system/tbb/detail/scan_by_key.h" |
| | "system/tbb/detail/scatter.h" |
| | "system/tbb/detail/sequence.h" |
| | "system/tbb/detail/set_operations.h" |
| | "system/tbb/detail/sort.h" |
| | "system/tbb/detail/sort.inl" |
| | "system/tbb/detail/swap_ranges.h" |
| | "system/tbb/detail/tabulate.h" |
| | "system/tbb/detail/temporary_buffer.h" |
| | "system/tbb/detail/transform.h" |
| | "system/tbb/detail/transform_reduce.h" |
| | "system/tbb/detail/transform_scan.h" |
| | "system/tbb/detail/uninitialized_copy.h" |
| | "system/tbb/detail/uninitialized_fill.h" |
| | "system/tbb/detail/unique.h" |
| | "system/tbb/detail/unique.inl" |
| | "system/tbb/detail/unique_by_key.h" |
| | "system/tbb/detail/unique_by_key.inl" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/*/detail/*") |
| | set(OLD_GLOB |
| | "iterator/detail/any_assign.h" |
| | "iterator/detail/any_system_tag.h" |
| | "iterator/detail/constant_iterator_base.h" |
| | "iterator/detail/counting_iterator.inl" |
| | "iterator/detail/device_system_tag.h" |
| | "iterator/detail/discard_iterator_base.h" |
| | "iterator/detail/distance_from_result.h" |
| | "iterator/detail/host_system_tag.h" |
| | "iterator/detail/is_iterator_category.h" |
| | "iterator/detail/iterator_adaptor_base.h" |
| | "iterator/detail/iterator_category_to_system.h" |
| | "iterator/detail/iterator_category_to_traversal.h" |
| | "iterator/detail/iterator_category_with_system_and_traversal.h" |
| | "iterator/detail/iterator_facade_category.h" |
| | "iterator/detail/iterator_traits.inl" |
| | "iterator/detail/iterator_traversal_tags.h" |
| | "iterator/detail/join_iterator.h" |
| | "iterator/detail/minimum_category.h" |
| | "iterator/detail/minimum_system.h" |
| | "iterator/detail/normal_iterator.h" |
| | "iterator/detail/permutation_iterator_base.h" |
| | "iterator/detail/retag.h" |
| | "iterator/detail/reverse_iterator.inl" |
| | "iterator/detail/reverse_iterator_base.h" |
| | "iterator/detail/tagged_iterator.h" |
| | "iterator/detail/transform_input_output_iterator.inl" |
| | "iterator/detail/transform_iterator.inl" |
| | "iterator/detail/transform_output_iterator.inl" |
| | "iterator/detail/tuple_of_iterator_references.h" |
| | "iterator/detail/universal_categories.h" |
| | "iterator/detail/zip_iterator.inl" |
| | "iterator/detail/zip_iterator_base.h" |
| | "random/detail/discard_block_engine.inl" |
| | "random/detail/linear_congruential_engine.inl" |
| | "random/detail/linear_congruential_engine_discard.h" |
| | "random/detail/linear_feedback_shift_engine.inl" |
| | "random/detail/linear_feedback_shift_engine_wordmask.h" |
| | "random/detail/mod.h" |
| | "random/detail/normal_distribution.inl" |
| | "random/detail/normal_distribution_base.h" |
| | "random/detail/random_core_access.h" |
| | "random/detail/subtract_with_carry_engine.inl" |
| | "random/detail/uniform_int_distribution.inl" |
| | "random/detail/uniform_real_distribution.inl" |
| | "random/detail/xor_combine_engine.inl" |
| | "random/detail/xor_combine_engine_max.h" |
| | "system/detail/adl/adjacent_difference.h" |
| | "system/detail/adl/assign_value.h" |
| | "system/detail/adl/async/copy.h" |
| | "system/detail/adl/async/for_each.h" |
| | "system/detail/adl/async/reduce.h" |
| | "system/detail/adl/async/scan.h" |
| | "system/detail/adl/async/sort.h" |
| | "system/detail/adl/async/transform.h" |
| | "system/detail/adl/binary_search.h" |
| | "system/detail/adl/copy.h" |
| | "system/detail/adl/copy_if.h" |
| | "system/detail/adl/count.h" |
| | "system/detail/adl/equal.h" |
| | "system/detail/adl/extrema.h" |
| | "system/detail/adl/fill.h" |
| | "system/detail/adl/find.h" |
| | "system/detail/adl/for_each.h" |
| | "system/detail/adl/gather.h" |
| | "system/detail/adl/generate.h" |
| | "system/detail/adl/get_value.h" |
| | "system/detail/adl/inner_product.h" |
| | "system/detail/adl/iter_swap.h" |
| | "system/detail/adl/logical.h" |
| | "system/detail/adl/malloc_and_free.h" |
| | "system/detail/adl/merge.h" |
| | "system/detail/adl/mismatch.h" |
| | "system/detail/adl/partition.h" |
| | "system/detail/adl/per_device_resource.h" |
| | "system/detail/adl/reduce.h" |
| | "system/detail/adl/reduce_by_key.h" |
| | "system/detail/adl/remove.h" |
| | "system/detail/adl/replace.h" |
| | "system/detail/adl/reverse.h" |
| | "system/detail/adl/scan.h" |
| | "system/detail/adl/scan_by_key.h" |
| | "system/detail/adl/scatter.h" |
| | "system/detail/adl/sequence.h" |
| | "system/detail/adl/set_operations.h" |
| | "system/detail/adl/sort.h" |
| | "system/detail/adl/swap_ranges.h" |
| | "system/detail/adl/tabulate.h" |
| | "system/detail/adl/temporary_buffer.h" |
| | "system/detail/adl/transform.h" |
| | "system/detail/adl/transform_reduce.h" |
| | "system/detail/adl/transform_scan.h" |
| | "system/detail/adl/uninitialized_copy.h" |
| | "system/detail/adl/uninitialized_fill.h" |
| | "system/detail/adl/unique.h" |
| | "system/detail/adl/unique_by_key.h" |
| | "system/detail/bad_alloc.h" |
| | "system/detail/errno.h" |
| | "system/detail/error_category.inl" |
| | "system/detail/error_code.inl" |
| | "system/detail/error_condition.inl" |
| | "system/detail/generic/adjacent_difference.h" |
| | "system/detail/generic/adjacent_difference.inl" |
| | "system/detail/generic/advance.h" |
| | "system/detail/generic/advance.inl" |
| | "system/detail/generic/binary_search.h" |
| | "system/detail/generic/binary_search.inl" |
| | "system/detail/generic/copy.h" |
| | "system/detail/generic/copy.inl" |
| | "system/detail/generic/copy_if.h" |
| | "system/detail/generic/copy_if.inl" |
| | "system/detail/generic/count.h" |
| | "system/detail/generic/count.inl" |
| | "system/detail/generic/distance.h" |
| | "system/detail/generic/distance.inl" |
| | "system/detail/generic/equal.h" |
| | "system/detail/generic/equal.inl" |
| | "system/detail/generic/extrema.h" |
| | "system/detail/generic/extrema.inl" |
| | "system/detail/generic/fill.h" |
| | "system/detail/generic/find.h" |
| | "system/detail/generic/find.inl" |
| | "system/detail/generic/for_each.h" |
| | "system/detail/generic/gather.h" |
| | "system/detail/generic/gather.inl" |
| | "system/detail/generic/generate.h" |
| | "system/detail/generic/generate.inl" |
| | "system/detail/generic/inner_product.h" |
| | "system/detail/generic/inner_product.inl" |
| | "system/detail/generic/logical.h" |
| | "system/detail/generic/memory.h" |
| | "system/detail/generic/memory.inl" |
| | "system/detail/generic/merge.h" |
| | "system/detail/generic/merge.inl" |
| | "system/detail/generic/mismatch.h" |
| | "system/detail/generic/mismatch.inl" |
| | "system/detail/generic/partition.h" |
| | "system/detail/generic/partition.inl" |
| | "system/detail/generic/per_device_resource.h" |
| | "system/detail/generic/reduce.h" |
| | "system/detail/generic/reduce.inl" |
| | "system/detail/generic/reduce_by_key.h" |
| | "system/detail/generic/reduce_by_key.inl" |
| | "system/detail/generic/remove.h" |
| | "system/detail/generic/remove.inl" |
| | "system/detail/generic/replace.h" |
| | "system/detail/generic/replace.inl" |
| | "system/detail/generic/reverse.h" |
| | "system/detail/generic/reverse.inl" |
| | "system/detail/generic/scalar/binary_search.h" |
| | "system/detail/generic/scalar/binary_search.inl" |
| | "system/detail/generic/scan.h" |
| | "system/detail/generic/scan.inl" |
| | "system/detail/generic/scan_by_key.h" |
| | "system/detail/generic/scan_by_key.inl" |
| | "system/detail/generic/scatter.h" |
| | "system/detail/generic/scatter.inl" |
| | "system/detail/generic/select_system.h" |
| | "system/detail/generic/select_system.inl" |
| | "system/detail/generic/select_system_exists.h" |
| | "system/detail/generic/sequence.h" |
| | "system/detail/generic/sequence.inl" |
| | "system/detail/generic/set_operations.h" |
| | "system/detail/generic/set_operations.inl" |
| | "system/detail/generic/shuffle.h" |
| | "system/detail/generic/shuffle.inl" |
| | "system/detail/generic/sort.h" |
| | "system/detail/generic/sort.inl" |
| | "system/detail/generic/swap_ranges.h" |
| | "system/detail/generic/swap_ranges.inl" |
| | "system/detail/generic/tabulate.h" |
| | "system/detail/generic/tabulate.inl" |
| | "system/detail/generic/tag.h" |
| | "system/detail/generic/temporary_buffer.h" |
| | "system/detail/generic/temporary_buffer.inl" |
| | "system/detail/generic/transform.h" |
| | "system/detail/generic/transform.inl" |
| | "system/detail/generic/transform_reduce.h" |
| | "system/detail/generic/transform_reduce.inl" |
| | "system/detail/generic/transform_scan.h" |
| | "system/detail/generic/transform_scan.inl" |
| | "system/detail/generic/uninitialized_copy.h" |
| | "system/detail/generic/uninitialized_copy.inl" |
| | "system/detail/generic/uninitialized_fill.h" |
| | "system/detail/generic/uninitialized_fill.inl" |
| | "system/detail/generic/unique.h" |
| | "system/detail/generic/unique.inl" |
| | "system/detail/generic/unique_by_key.h" |
| | "system/detail/generic/unique_by_key.inl" |
| | "system/detail/internal/decompose.h" |
| | "system/detail/sequential/adjacent_difference.h" |
| | "system/detail/sequential/assign_value.h" |
| | "system/detail/sequential/binary_search.h" |
| | "system/detail/sequential/copy.h" |
| | "system/detail/sequential/copy.inl" |
| | "system/detail/sequential/copy_backward.h" |
| | "system/detail/sequential/copy_if.h" |
| | "system/detail/sequential/count.h" |
| | "system/detail/sequential/equal.h" |
| | "system/detail/sequential/execution_policy.h" |
| | "system/detail/sequential/extrema.h" |
| | "system/detail/sequential/fill.h" |
| | "system/detail/sequential/find.h" |
| | "system/detail/sequential/for_each.h" |
| | "system/detail/sequential/gather.h" |
| | "system/detail/sequential/general_copy.h" |
| | "system/detail/sequential/generate.h" |
| | "system/detail/sequential/get_value.h" |
| | "system/detail/sequential/inner_product.h" |
| | "system/detail/sequential/insertion_sort.h" |
| | "system/detail/sequential/iter_swap.h" |
| | "system/detail/sequential/logical.h" |
| | "system/detail/sequential/malloc_and_free.h" |
| | "system/detail/sequential/merge.h" |
| | "system/detail/sequential/merge.inl" |
| | "system/detail/sequential/mismatch.h" |
| | "system/detail/sequential/partition.h" |
| | "system/detail/sequential/per_device_resource.h" |
| | "system/detail/sequential/reduce.h" |
| | "system/detail/sequential/reduce_by_key.h" |
| | "system/detail/sequential/remove.h" |
| | "system/detail/sequential/replace.h" |
| | "system/detail/sequential/reverse.h" |
| | "system/detail/sequential/scan.h" |
| | "system/detail/sequential/scan_by_key.h" |
| | "system/detail/sequential/scatter.h" |
| | "system/detail/sequential/sequence.h" |
| | "system/detail/sequential/set_operations.h" |
| | "system/detail/sequential/sort.h" |
| | "system/detail/sequential/sort.inl" |
| | "system/detail/sequential/stable_merge_sort.h" |
| | "system/detail/sequential/stable_merge_sort.inl" |
| | "system/detail/sequential/stable_primitive_sort.h" |
| | "system/detail/sequential/stable_primitive_sort.inl" |
| | "system/detail/sequential/stable_radix_sort.h" |
| | "system/detail/sequential/stable_radix_sort.inl" |
| | "system/detail/sequential/swap_ranges.h" |
| | "system/detail/sequential/tabulate.h" |
| | "system/detail/sequential/temporary_buffer.h" |
| | "system/detail/sequential/transform.h" |
| | "system/detail/sequential/transform_reduce.h" |
| | "system/detail/sequential/transform_scan.h" |
| | "system/detail/sequential/trivial_copy.h" |
| | "system/detail/sequential/uninitialized_copy.h" |
| | "system/detail/sequential/uninitialized_fill.h" |
| | "system/detail/sequential/unique.h" |
| | "system/detail/sequential/unique_by_key.h" |
| | "system/detail/system_error.inl" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/detail/*") |
| | set(OLD_GLOB |
| | "detail/adjacent_difference.inl" |
| | "detail/advance.inl" |
| | "detail/algorithm_wrapper.h" |
| | "detail/alignment.h" |
| | "detail/allocator/allocator_traits.h" |
| | "detail/allocator/allocator_traits.inl" |
| | "detail/allocator/copy_construct_range.h" |
| | "detail/allocator/copy_construct_range.inl" |
| | "detail/allocator/default_construct_range.h" |
| | "detail/allocator/default_construct_range.inl" |
| | "detail/allocator/destroy_range.h" |
| | "detail/allocator/destroy_range.inl" |
| | "detail/allocator/fill_construct_range.h" |
| | "detail/allocator/fill_construct_range.inl" |
| | "detail/allocator/malloc_allocator.h" |
| | "detail/allocator/malloc_allocator.inl" |
| | "detail/allocator/no_throw_allocator.h" |
| | "detail/allocator/tagged_allocator.h" |
| | "detail/allocator/tagged_allocator.inl" |
| | "detail/allocator/temporary_allocator.h" |
| | "detail/allocator/temporary_allocator.inl" |
| | "detail/allocator_aware_execution_policy.h" |
| | "detail/binary_search.inl" |
| | "detail/caching_allocator.h" |
| | "detail/complex/arithmetic.h" |
| | "detail/complex/c99math.h" |
| | "detail/complex/catrig.h" |
| | "detail/complex/catrigf.h" |
| | "detail/complex/ccosh.h" |
| | "detail/complex/ccoshf.h" |
| | "detail/complex/cexp.h" |
| | "detail/complex/cexpf.h" |
| | "detail/complex/clog.h" |
| | "detail/complex/clogf.h" |
| | "detail/complex/complex.inl" |
| | "detail/complex/cpow.h" |
| | "detail/complex/cproj.h" |
| | "detail/complex/csinh.h" |
| | "detail/complex/csinhf.h" |
| | "detail/complex/csqrt.h" |
| | "detail/complex/csqrtf.h" |
| | "detail/complex/ctanh.h" |
| | "detail/complex/ctanhf.h" |
| | "detail/complex/math_private.h" |
| | "detail/complex/stream.h" |
| | "detail/config.h" |
| | "detail/config/compiler.h" |
| | "detail/config/compiler_fence.h" |
| | "detail/config/config.h" |
| | "detail/config/cpp_compatibility.h" |
| | "detail/config/cpp_dialect.h" |
| | "detail/config/debug.h" |
| | "detail/config/deprecated.h" |
| | "detail/config/device_system.h" |
| | "detail/config/exec_check_disable.h" |
| | "detail/config/forceinline.h" |
| | "detail/config/global_workarounds.h" |
| | "detail/config/host_device.h" |
| | "detail/config/host_system.h" |
| | "detail/config/memory_resource.h" |
| | "detail/config/namespace.h" |
| | "detail/config/simple_defines.h" |
| | "detail/contiguous_storage.h" |
| | "detail/contiguous_storage.inl" |
| | "detail/copy.h" |
| | "detail/copy.inl" |
| | "detail/copy_if.h" |
| | "detail/copy_if.inl" |
| | "detail/count.h" |
| | "detail/count.inl" |
| | "detail/cpp11_required.h" |
| | "detail/cpp14_required.h" |
| | "detail/cstdint.h" |
| | "detail/dependencies_aware_execution_policy.h" |
| | "detail/device_delete.inl" |
| | "detail/device_free.inl" |
| | "detail/device_malloc.inl" |
| | "detail/device_new.inl" |
| | "detail/device_ptr.inl" |
| | "detail/distance.inl" |
| | "detail/equal.inl" |
| | "detail/event_error.h" |
| | "detail/execute_with_allocator.h" |
| | "detail/execute_with_allocator_fwd.h" |
| | "detail/execute_with_dependencies.h" |
| | "detail/execution_policy.h" |
| | "detail/extrema.inl" |
| | "detail/fill.inl" |
| | "detail/find.inl" |
| | "detail/for_each.inl" |
| | "detail/function.h" |
| | "detail/functional.inl" |
| | "detail/functional/actor.h" |
| | "detail/functional/actor.inl" |
| | "detail/functional/argument.h" |
| | "detail/functional/composite.h" |
| | "detail/functional/operators.h" |
| | "detail/functional/operators/arithmetic_operators.h" |
| | "detail/functional/operators/assignment_operator.h" |
| | "detail/functional/operators/bitwise_operators.h" |
| | "detail/functional/operators/compound_assignment_operators.h" |
| | "detail/functional/operators/logical_operators.h" |
| | "detail/functional/operators/operator_adaptors.h" |
| | "detail/functional/operators/relational_operators.h" |
| | "detail/functional/placeholder.h" |
| | "detail/functional/value.h" |
| | "detail/gather.inl" |
| | "detail/generate.inl" |
| | "detail/get_iterator_value.h" |
| | "detail/inner_product.inl" |
| | "detail/integer_math.h" |
| | "detail/integer_traits.h" |
| | "detail/internal_functional.h" |
| | "detail/logical.inl" |
| | "detail/malloc_and_free.h" |
| | "detail/memory_algorithms.h" |
| | "detail/memory_wrapper.h" |
| | "detail/merge.inl" |
| | "detail/minmax.h" |
| | "detail/mismatch.inl" |
| | "detail/modern_gcc_required.h" |
| | "detail/mpl/math.h" |
| | "detail/numeric_traits.h" |
| | "detail/numeric_wrapper.h" |
| | "detail/overlapped_copy.h" |
| | "detail/pair.inl" |
| | "detail/partition.inl" |
| | "detail/pointer.h" |
| | "detail/pointer.inl" |
| | "detail/preprocessor.h" |
| | "detail/range/head_flags.h" |
| | "detail/range/tail_flags.h" |
| | "detail/raw_pointer_cast.h" |
| | "detail/raw_reference_cast.h" |
| | "detail/reduce.inl" |
| | "detail/reference.h" |
| | "detail/reference_forward_declaration.h" |
| | "detail/remove.inl" |
| | "detail/replace.inl" |
| | "detail/reverse.inl" |
| | "detail/scan.inl" |
| | "detail/scatter.inl" |
| | "detail/select_system.h" |
| | "detail/seq.h" |
| | "detail/sequence.inl" |
| | "detail/set_operations.inl" |
| | "detail/shuffle.inl" |
| | "detail/sort.inl" |
| | "detail/static_assert.h" |
| | "detail/static_map.h" |
| | "detail/swap.h" |
| | "detail/swap.inl" |
| | "detail/swap_ranges.inl" |
| | "detail/tabulate.inl" |
| | "detail/temporary_array.h" |
| | "detail/temporary_array.inl" |
| | "detail/temporary_buffer.h" |
| | "detail/transform.inl" |
| | "detail/transform_reduce.inl" |
| | "detail/transform_scan.inl" |
| | "detail/trivial_sequence.h" |
| | "detail/tuple.inl" |
| | "detail/tuple_algorithms.h" |
| | "detail/tuple_meta_transform.h" |
| | "detail/tuple_transform.h" |
| | "detail/type_deduction.h" |
| | "detail/type_traits.h" |
| | "detail/type_traits/function_traits.h" |
| | "detail/type_traits/has_member_function.h" |
| | "detail/type_traits/has_nested_type.h" |
| | "detail/type_traits/has_trivial_assign.h" |
| | "detail/type_traits/is_call_possible.h" |
| | "detail/type_traits/is_metafunction_defined.h" |
| | "detail/type_traits/iterator/is_discard_iterator.h" |
| | "detail/type_traits/iterator/is_output_iterator.h" |
| | "detail/type_traits/minimum_type.h" |
| | "detail/type_traits/pointer_traits.h" |
| | "detail/type_traits/result_of_adaptable_function.h" |
| | "detail/uninitialized_copy.inl" |
| | "detail/uninitialized_fill.inl" |
| | "detail/unique.inl" |
| | "detail/use_default.h" |
| | "detail/util/align.h" |
| | "detail/vector_base.h" |
| | "detail/vector_base.inl" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/system/*/*") |
| | set(OLD_GLOB |
| | "system/cpp/detail/adjacent_difference.h" |
| | "system/cpp/detail/assign_value.h" |
| | "system/cpp/detail/binary_search.h" |
| | "system/cpp/detail/copy.h" |
| | "system/cpp/detail/copy_if.h" |
| | "system/cpp/detail/count.h" |
| | "system/cpp/detail/equal.h" |
| | "system/cpp/detail/execution_policy.h" |
| | "system/cpp/detail/extrema.h" |
| | "system/cpp/detail/fill.h" |
| | "system/cpp/detail/find.h" |
| | "system/cpp/detail/for_each.h" |
| | "system/cpp/detail/gather.h" |
| | "system/cpp/detail/generate.h" |
| | "system/cpp/detail/get_value.h" |
| | "system/cpp/detail/inner_product.h" |
| | "system/cpp/detail/iter_swap.h" |
| | "system/cpp/detail/logical.h" |
| | "system/cpp/detail/malloc_and_free.h" |
| | "system/cpp/detail/memory.inl" |
| | "system/cpp/detail/merge.h" |
| | "system/cpp/detail/mismatch.h" |
| | "system/cpp/detail/par.h" |
| | "system/cpp/detail/partition.h" |
| | "system/cpp/detail/per_device_resource.h" |
| | "system/cpp/detail/reduce.h" |
| | "system/cpp/detail/reduce_by_key.h" |
| | "system/cpp/detail/remove.h" |
| | "system/cpp/detail/replace.h" |
| | "system/cpp/detail/reverse.h" |
| | "system/cpp/detail/scan.h" |
| | "system/cpp/detail/scan_by_key.h" |
| | "system/cpp/detail/scatter.h" |
| | "system/cpp/detail/sequence.h" |
| | "system/cpp/detail/set_operations.h" |
| | "system/cpp/detail/sort.h" |
| | "system/cpp/detail/swap_ranges.h" |
| | "system/cpp/detail/tabulate.h" |
| | "system/cpp/detail/temporary_buffer.h" |
| | "system/cpp/detail/transform.h" |
| | "system/cpp/detail/transform_reduce.h" |
| | "system/cpp/detail/transform_scan.h" |
| | "system/cpp/detail/uninitialized_copy.h" |
| | "system/cpp/detail/uninitialized_fill.h" |
| | "system/cpp/detail/unique.h" |
| | "system/cpp/detail/unique_by_key.h" |
| | "system/cpp/detail/vector.inl" |
| | "system/cpp/execution_policy.h" |
| | "system/cpp/memory.h" |
| | "system/cpp/memory_resource.h" |
| | "system/cpp/pointer.h" |
| | "system/cpp/vector.h" |
| | "system/cuda/config.h" |
| | "system/cuda/detail/adjacent_difference.h" |
| | "system/cuda/detail/assign_value.h" |
| | "system/cuda/detail/async/copy.h" |
| | "system/cuda/detail/async/customization.h" |
| | "system/cuda/detail/async/exclusive_scan.h" |
| | "system/cuda/detail/async/for_each.h" |
| | "system/cuda/detail/async/inclusive_scan.h" |
| | "system/cuda/detail/async/reduce.h" |
| | "system/cuda/detail/async/scan.h" |
| | "system/cuda/detail/async/sort.h" |
| | "system/cuda/detail/async/transform.h" |
| | "system/cuda/detail/binary_search.h" |
| | "system/cuda/detail/cdp_dispatch.h" |
| | "system/cuda/detail/copy.h" |
| | "system/cuda/detail/copy_if.h" |
| | "system/cuda/detail/core/agent_launcher.h" |
| | "system/cuda/detail/core/alignment.h" |
| | "system/cuda/detail/core/triple_chevron_launch.h" |
| | "system/cuda/detail/core/util.h" |
| | "system/cuda/detail/count.h" |
| | "system/cuda/detail/cross_system.h" |
| | "system/cuda/detail/dispatch.h" |
| | "system/cuda/detail/equal.h" |
| | "system/cuda/detail/error.inl" |
| | "system/cuda/detail/execution_policy.h" |
| | "system/cuda/detail/extrema.h" |
| | "system/cuda/detail/fill.h" |
| | "system/cuda/detail/find.h" |
| | "system/cuda/detail/for_each.h" |
| | "system/cuda/detail/future.inl" |
| | "system/cuda/detail/gather.h" |
| | "system/cuda/detail/generate.h" |
| | "system/cuda/detail/get_value.h" |
| | "system/cuda/detail/guarded_cuda_runtime_api.h" |
| | "system/cuda/detail/guarded_driver_types.h" |
| | "system/cuda/detail/inner_product.h" |
| | "system/cuda/detail/internal/copy_cross_system.h" |
| | "system/cuda/detail/internal/copy_device_to_device.h" |
| | "system/cuda/detail/iter_swap.h" |
| | "system/cuda/detail/logical.h" |
| | "system/cuda/detail/make_unsigned_special.h" |
| | "system/cuda/detail/malloc_and_free.h" |
| | "system/cuda/detail/memory.inl" |
| | "system/cuda/detail/merge.h" |
| | "system/cuda/detail/mismatch.h" |
| | "system/cuda/detail/par.h" |
| | "system/cuda/detail/par_to_seq.h" |
| | "system/cuda/detail/parallel_for.h" |
| | "system/cuda/detail/partition.h" |
| | "system/cuda/detail/per_device_resource.h" |
| | "system/cuda/detail/reduce.h" |
| | "system/cuda/detail/reduce_by_key.h" |
| | "system/cuda/detail/remove.h" |
| | "system/cuda/detail/replace.h" |
| | "system/cuda/detail/reverse.h" |
| | "system/cuda/detail/scan.h" |
| | "system/cuda/detail/scan_by_key.h" |
| | "system/cuda/detail/scatter.h" |
| | "system/cuda/detail/sequence.h" |
| | "system/cuda/detail/set_operations.h" |
| | "system/cuda/detail/sort.h" |
| | "system/cuda/detail/swap_ranges.h" |
| | "system/cuda/detail/tabulate.h" |
| | "system/cuda/detail/temporary_buffer.h" |
| | "system/cuda/detail/terminate.h" |
| | "system/cuda/detail/transform.h" |
| | "system/cuda/detail/transform_reduce.h" |
| | "system/cuda/detail/transform_scan.h" |
| | "system/cuda/detail/uninitialized_copy.h" |
| | "system/cuda/detail/uninitialized_fill.h" |
| | "system/cuda/detail/unique.h" |
| | "system/cuda/detail/unique_by_key.h" |
| | "system/cuda/detail/util.h" |
| | "system/cuda/error.h" |
| | "system/cuda/execution_policy.h" |
| | "system/cuda/future.h" |
| | "system/cuda/memory.h" |
| | "system/cuda/memory_resource.h" |
| | "system/cuda/pointer.h" |
| | "system/cuda/vector.h" |
| | "system/detail/adl/adjacent_difference.h" |
| | "system/detail/adl/assign_value.h" |
| | "system/detail/adl/async/copy.h" |
| | "system/detail/adl/async/for_each.h" |
| | "system/detail/adl/async/reduce.h" |
| | "system/detail/adl/async/scan.h" |
| | "system/detail/adl/async/sort.h" |
| | "system/detail/adl/async/transform.h" |
| | "system/detail/adl/binary_search.h" |
| | "system/detail/adl/copy.h" |
| | "system/detail/adl/copy_if.h" |
| | "system/detail/adl/count.h" |
| | "system/detail/adl/equal.h" |
| | "system/detail/adl/extrema.h" |
| | "system/detail/adl/fill.h" |
| | "system/detail/adl/find.h" |
| | "system/detail/adl/for_each.h" |
| | "system/detail/adl/gather.h" |
| | "system/detail/adl/generate.h" |
| | "system/detail/adl/get_value.h" |
| | "system/detail/adl/inner_product.h" |
| | "system/detail/adl/iter_swap.h" |
| | "system/detail/adl/logical.h" |
| | "system/detail/adl/malloc_and_free.h" |
| | "system/detail/adl/merge.h" |
| | "system/detail/adl/mismatch.h" |
| | "system/detail/adl/partition.h" |
| | "system/detail/adl/per_device_resource.h" |
| | "system/detail/adl/reduce.h" |
| | "system/detail/adl/reduce_by_key.h" |
| | "system/detail/adl/remove.h" |
| | "system/detail/adl/replace.h" |
| | "system/detail/adl/reverse.h" |
| | "system/detail/adl/scan.h" |
| | "system/detail/adl/scan_by_key.h" |
| | "system/detail/adl/scatter.h" |
| | "system/detail/adl/sequence.h" |
| | "system/detail/adl/set_operations.h" |
| | "system/detail/adl/sort.h" |
| | "system/detail/adl/swap_ranges.h" |
| | "system/detail/adl/tabulate.h" |
| | "system/detail/adl/temporary_buffer.h" |
| | "system/detail/adl/transform.h" |
| | "system/detail/adl/transform_reduce.h" |
| | "system/detail/adl/transform_scan.h" |
| | "system/detail/adl/uninitialized_copy.h" |
| | "system/detail/adl/uninitialized_fill.h" |
| | "system/detail/adl/unique.h" |
| | "system/detail/adl/unique_by_key.h" |
| | "system/detail/bad_alloc.h" |
| | "system/detail/errno.h" |
| | "system/detail/error_category.inl" |
| | "system/detail/error_code.inl" |
| | "system/detail/error_condition.inl" |
| | "system/detail/generic/adjacent_difference.h" |
| | "system/detail/generic/adjacent_difference.inl" |
| | "system/detail/generic/advance.h" |
| | "system/detail/generic/advance.inl" |
| | "system/detail/generic/binary_search.h" |
| | "system/detail/generic/binary_search.inl" |
| | "system/detail/generic/copy.h" |
| | "system/detail/generic/copy.inl" |
| | "system/detail/generic/copy_if.h" |
| | "system/detail/generic/copy_if.inl" |
| | "system/detail/generic/count.h" |
| | "system/detail/generic/count.inl" |
| | "system/detail/generic/distance.h" |
| | "system/detail/generic/distance.inl" |
| | "system/detail/generic/equal.h" |
| | "system/detail/generic/equal.inl" |
| | "system/detail/generic/extrema.h" |
| | "system/detail/generic/extrema.inl" |
| | "system/detail/generic/fill.h" |
| | "system/detail/generic/find.h" |
| | "system/detail/generic/find.inl" |
| | "system/detail/generic/for_each.h" |
| | "system/detail/generic/gather.h" |
| | "system/detail/generic/gather.inl" |
| | "system/detail/generic/generate.h" |
| | "system/detail/generic/generate.inl" |
| | "system/detail/generic/inner_product.h" |
| | "system/detail/generic/inner_product.inl" |
| | "system/detail/generic/logical.h" |
| | "system/detail/generic/memory.h" |
| | "system/detail/generic/memory.inl" |
| | "system/detail/generic/merge.h" |
| | "system/detail/generic/merge.inl" |
| | "system/detail/generic/mismatch.h" |
| | "system/detail/generic/mismatch.inl" |
| | "system/detail/generic/partition.h" |
| | "system/detail/generic/partition.inl" |
| | "system/detail/generic/per_device_resource.h" |
| | "system/detail/generic/reduce.h" |
| | "system/detail/generic/reduce.inl" |
| | "system/detail/generic/reduce_by_key.h" |
| | "system/detail/generic/reduce_by_key.inl" |
| | "system/detail/generic/remove.h" |
| | "system/detail/generic/remove.inl" |
| | "system/detail/generic/replace.h" |
| | "system/detail/generic/replace.inl" |
| | "system/detail/generic/reverse.h" |
| | "system/detail/generic/reverse.inl" |
| | "system/detail/generic/scalar/binary_search.h" |
| | "system/detail/generic/scalar/binary_search.inl" |
| | "system/detail/generic/scan.h" |
| | "system/detail/generic/scan.inl" |
| | "system/detail/generic/scan_by_key.h" |
| | "system/detail/generic/scan_by_key.inl" |
| | "system/detail/generic/scatter.h" |
| | "system/detail/generic/scatter.inl" |
| | "system/detail/generic/select_system.h" |
| | "system/detail/generic/select_system.inl" |
| | "system/detail/generic/select_system_exists.h" |
| | "system/detail/generic/sequence.h" |
| | "system/detail/generic/sequence.inl" |
| | "system/detail/generic/set_operations.h" |
| | "system/detail/generic/set_operations.inl" |
| | "system/detail/generic/shuffle.h" |
| | "system/detail/generic/shuffle.inl" |
| | "system/detail/generic/sort.h" |
| | "system/detail/generic/sort.inl" |
| | "system/detail/generic/swap_ranges.h" |
| | "system/detail/generic/swap_ranges.inl" |
| | "system/detail/generic/tabulate.h" |
| | "system/detail/generic/tabulate.inl" |
| | "system/detail/generic/tag.h" |
| | "system/detail/generic/temporary_buffer.h" |
| | "system/detail/generic/temporary_buffer.inl" |
| | "system/detail/generic/transform.h" |
| | "system/detail/generic/transform.inl" |
| | "system/detail/generic/transform_reduce.h" |
| | "system/detail/generic/transform_reduce.inl" |
| | "system/detail/generic/transform_scan.h" |
| | "system/detail/generic/transform_scan.inl" |
| | "system/detail/generic/uninitialized_copy.h" |
| | "system/detail/generic/uninitialized_copy.inl" |
| | "system/detail/generic/uninitialized_fill.h" |
| | "system/detail/generic/uninitialized_fill.inl" |
| | "system/detail/generic/unique.h" |
| | "system/detail/generic/unique.inl" |
| | "system/detail/generic/unique_by_key.h" |
| | "system/detail/generic/unique_by_key.inl" |
| | "system/detail/internal/decompose.h" |
| | "system/detail/sequential/adjacent_difference.h" |
| | "system/detail/sequential/assign_value.h" |
| | "system/detail/sequential/binary_search.h" |
| | "system/detail/sequential/copy.h" |
| | "system/detail/sequential/copy.inl" |
| | "system/detail/sequential/copy_backward.h" |
| | "system/detail/sequential/copy_if.h" |
| | "system/detail/sequential/count.h" |
| | "system/detail/sequential/equal.h" |
| | "system/detail/sequential/execution_policy.h" |
| | "system/detail/sequential/extrema.h" |
| | "system/detail/sequential/fill.h" |
| | "system/detail/sequential/find.h" |
| | "system/detail/sequential/for_each.h" |
| | "system/detail/sequential/gather.h" |
| | "system/detail/sequential/general_copy.h" |
| | "system/detail/sequential/generate.h" |
| | "system/detail/sequential/get_value.h" |
| | "system/detail/sequential/inner_product.h" |
| | "system/detail/sequential/insertion_sort.h" |
| | "system/detail/sequential/iter_swap.h" |
| | "system/detail/sequential/logical.h" |
| | "system/detail/sequential/malloc_and_free.h" |
| | "system/detail/sequential/merge.h" |
| | "system/detail/sequential/merge.inl" |
| | "system/detail/sequential/mismatch.h" |
| | "system/detail/sequential/partition.h" |
| | "system/detail/sequential/per_device_resource.h" |
| | "system/detail/sequential/reduce.h" |
| | "system/detail/sequential/reduce_by_key.h" |
| | "system/detail/sequential/remove.h" |
| | "system/detail/sequential/replace.h" |
| | "system/detail/sequential/reverse.h" |
| | "system/detail/sequential/scan.h" |
| | "system/detail/sequential/scan_by_key.h" |
| | "system/detail/sequential/scatter.h" |
| | "system/detail/sequential/sequence.h" |
| | "system/detail/sequential/set_operations.h" |
| | "system/detail/sequential/sort.h" |
| | "system/detail/sequential/sort.inl" |
| | "system/detail/sequential/stable_merge_sort.h" |
| | "system/detail/sequential/stable_merge_sort.inl" |
| | "system/detail/sequential/stable_primitive_sort.h" |
| | "system/detail/sequential/stable_primitive_sort.inl" |
| | "system/detail/sequential/stable_radix_sort.h" |
| | "system/detail/sequential/stable_radix_sort.inl" |
| | "system/detail/sequential/swap_ranges.h" |
| | "system/detail/sequential/tabulate.h" |
| | "system/detail/sequential/temporary_buffer.h" |
| | "system/detail/sequential/transform.h" |
| | "system/detail/sequential/transform_reduce.h" |
| | "system/detail/sequential/transform_scan.h" |
| | "system/detail/sequential/trivial_copy.h" |
| | "system/detail/sequential/uninitialized_copy.h" |
| | "system/detail/sequential/uninitialized_fill.h" |
| | "system/detail/sequential/unique.h" |
| | "system/detail/sequential/unique_by_key.h" |
| | "system/detail/system_error.inl" |
| | "system/omp/detail/adjacent_difference.h" |
| | "system/omp/detail/assign_value.h" |
| | "system/omp/detail/binary_search.h" |
| | "system/omp/detail/copy.h" |
| | "system/omp/detail/copy.inl" |
| | "system/omp/detail/copy_if.h" |
| | "system/omp/detail/copy_if.inl" |
| | "system/omp/detail/count.h" |
| | "system/omp/detail/default_decomposition.h" |
| | "system/omp/detail/default_decomposition.inl" |
| | "system/omp/detail/equal.h" |
| | "system/omp/detail/execution_policy.h" |
| | "system/omp/detail/extrema.h" |
| | "system/omp/detail/fill.h" |
| | "system/omp/detail/find.h" |
| | "system/omp/detail/for_each.h" |
| | "system/omp/detail/for_each.inl" |
| | "system/omp/detail/gather.h" |
| | "system/omp/detail/generate.h" |
| | "system/omp/detail/get_value.h" |
| | "system/omp/detail/inner_product.h" |
| | "system/omp/detail/iter_swap.h" |
| | "system/omp/detail/logical.h" |
| | "system/omp/detail/malloc_and_free.h" |
| | "system/omp/detail/memory.inl" |
| | "system/omp/detail/merge.h" |
| | "system/omp/detail/mismatch.h" |
| | "system/omp/detail/par.h" |
| | "system/omp/detail/partition.h" |
| | "system/omp/detail/partition.inl" |
| | "system/omp/detail/per_device_resource.h" |
| | "system/omp/detail/pragma_omp.h" |
| | "system/omp/detail/reduce.h" |
| | "system/omp/detail/reduce.inl" |
| | "system/omp/detail/reduce_by_key.h" |
| | "system/omp/detail/reduce_by_key.inl" |
| | "system/omp/detail/reduce_intervals.h" |
| | "system/omp/detail/reduce_intervals.inl" |
| | "system/omp/detail/remove.h" |
| | "system/omp/detail/remove.inl" |
| | "system/omp/detail/replace.h" |
| | "system/omp/detail/reverse.h" |
| | "system/omp/detail/scan.h" |
| | "system/omp/detail/scan_by_key.h" |
| | "system/omp/detail/scatter.h" |
| | "system/omp/detail/sequence.h" |
| | "system/omp/detail/set_operations.h" |
| | "system/omp/detail/sort.h" |
| | "system/omp/detail/sort.inl" |
| | "system/omp/detail/swap_ranges.h" |
| | "system/omp/detail/tabulate.h" |
| | "system/omp/detail/temporary_buffer.h" |
| | "system/omp/detail/transform.h" |
| | "system/omp/detail/transform_reduce.h" |
| | "system/omp/detail/transform_scan.h" |
| | "system/omp/detail/uninitialized_copy.h" |
| | "system/omp/detail/uninitialized_fill.h" |
| | "system/omp/detail/unique.h" |
| | "system/omp/detail/unique.inl" |
| | "system/omp/detail/unique_by_key.h" |
| | "system/omp/detail/unique_by_key.inl" |
| | "system/omp/execution_policy.h" |
| | "system/omp/memory.h" |
| | "system/omp/memory_resource.h" |
| | "system/omp/pointer.h" |
| | "system/omp/vector.h" |
| | "system/tbb/detail/adjacent_difference.h" |
| | "system/tbb/detail/assign_value.h" |
| | "system/tbb/detail/binary_search.h" |
| | "system/tbb/detail/copy.h" |
| | "system/tbb/detail/copy.inl" |
| | "system/tbb/detail/copy_if.h" |
| | "system/tbb/detail/copy_if.inl" |
| | "system/tbb/detail/count.h" |
| | "system/tbb/detail/equal.h" |
| | "system/tbb/detail/execution_policy.h" |
| | "system/tbb/detail/extrema.h" |
| | "system/tbb/detail/fill.h" |
| | "system/tbb/detail/find.h" |
| | "system/tbb/detail/for_each.h" |
| | "system/tbb/detail/for_each.inl" |
| | "system/tbb/detail/gather.h" |
| | "system/tbb/detail/generate.h" |
| | "system/tbb/detail/get_value.h" |
| | "system/tbb/detail/inner_product.h" |
| | "system/tbb/detail/iter_swap.h" |
| | "system/tbb/detail/logical.h" |
| | "system/tbb/detail/malloc_and_free.h" |
| | "system/tbb/detail/memory.inl" |
| | "system/tbb/detail/merge.h" |
| | "system/tbb/detail/merge.inl" |
| | "system/tbb/detail/mismatch.h" |
| | "system/tbb/detail/par.h" |
| | "system/tbb/detail/partition.h" |
| | "system/tbb/detail/partition.inl" |
| | "system/tbb/detail/per_device_resource.h" |
| | "system/tbb/detail/reduce.h" |
| | "system/tbb/detail/reduce.inl" |
| | "system/tbb/detail/reduce_by_key.h" |
| | "system/tbb/detail/reduce_by_key.inl" |
| | "system/tbb/detail/reduce_intervals.h" |
| | "system/tbb/detail/remove.h" |
| | "system/tbb/detail/remove.inl" |
| | "system/tbb/detail/replace.h" |
| | "system/tbb/detail/reverse.h" |
| | "system/tbb/detail/scan.h" |
| | "system/tbb/detail/scan.inl" |
| | "system/tbb/detail/scan_by_key.h" |
| | "system/tbb/detail/scatter.h" |
| | "system/tbb/detail/sequence.h" |
| | "system/tbb/detail/set_operations.h" |
| | "system/tbb/detail/sort.h" |
| | "system/tbb/detail/sort.inl" |
| | "system/tbb/detail/swap_ranges.h" |
| | "system/tbb/detail/tabulate.h" |
| | "system/tbb/detail/temporary_buffer.h" |
| | "system/tbb/detail/transform.h" |
| | "system/tbb/detail/transform_reduce.h" |
| | "system/tbb/detail/transform_scan.h" |
| | "system/tbb/detail/uninitialized_copy.h" |
| | "system/tbb/detail/uninitialized_fill.h" |
| | "system/tbb/detail/unique.h" |
| | "system/tbb/detail/unique.inl" |
| | "system/tbb/detail/unique_by_key.h" |
| | "system/tbb/detail/unique_by_key.inl" |
| | "system/tbb/execution_policy.h" |
| | "system/tbb/memory.h" |
| | "system/tbb/memory_resource.h" |
| | "system/tbb/pointer.h" |
| | "system/tbb/vector.h" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/system/cpp/*") |
| | set(OLD_GLOB |
| | "system/cpp/detail/adjacent_difference.h" |
| | "system/cpp/detail/assign_value.h" |
| | "system/cpp/detail/binary_search.h" |
| | "system/cpp/detail/copy.h" |
| | "system/cpp/detail/copy_if.h" |
| | "system/cpp/detail/count.h" |
| | "system/cpp/detail/equal.h" |
| | "system/cpp/detail/execution_policy.h" |
| | "system/cpp/detail/extrema.h" |
| | "system/cpp/detail/fill.h" |
| | "system/cpp/detail/find.h" |
| | "system/cpp/detail/for_each.h" |
| | "system/cpp/detail/gather.h" |
| | "system/cpp/detail/generate.h" |
| | "system/cpp/detail/get_value.h" |
| | "system/cpp/detail/inner_product.h" |
| | "system/cpp/detail/iter_swap.h" |
| | "system/cpp/detail/logical.h" |
| | "system/cpp/detail/malloc_and_free.h" |
| | "system/cpp/detail/memory.inl" |
| | "system/cpp/detail/merge.h" |
| | "system/cpp/detail/mismatch.h" |
| | "system/cpp/detail/par.h" |
| | "system/cpp/detail/partition.h" |
| | "system/cpp/detail/per_device_resource.h" |
| | "system/cpp/detail/reduce.h" |
| | "system/cpp/detail/reduce_by_key.h" |
| | "system/cpp/detail/remove.h" |
| | "system/cpp/detail/replace.h" |
| | "system/cpp/detail/reverse.h" |
| | "system/cpp/detail/scan.h" |
| | "system/cpp/detail/scan_by_key.h" |
| | "system/cpp/detail/scatter.h" |
| | "system/cpp/detail/sequence.h" |
| | "system/cpp/detail/set_operations.h" |
| | "system/cpp/detail/sort.h" |
| | "system/cpp/detail/swap_ranges.h" |
| | "system/cpp/detail/tabulate.h" |
| | "system/cpp/detail/temporary_buffer.h" |
| | "system/cpp/detail/transform.h" |
| | "system/cpp/detail/transform_reduce.h" |
| | "system/cpp/detail/transform_scan.h" |
| | "system/cpp/detail/uninitialized_copy.h" |
| | "system/cpp/detail/uninitialized_fill.h" |
| | "system/cpp/detail/unique.h" |
| | "system/cpp/detail/unique_by_key.h" |
| | "system/cpp/detail/vector.inl" |
| | "system/cpp/execution_policy.h" |
| | "system/cpp/memory.h" |
| | "system/cpp/memory_resource.h" |
| | "system/cpp/pointer.h" |
| | "system/cpp/vector.h" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|
| | |
| | file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false RELATIVE "/home/ubuntu/thrust/thrust" "/home/ubuntu/thrust/thrust/system/cuda/*") |
| | set(OLD_GLOB |
| | "system/cuda/config.h" |
| | "system/cuda/detail/adjacent_difference.h" |
| | "system/cuda/detail/assign_value.h" |
| | "system/cuda/detail/async/copy.h" |
| | "system/cuda/detail/async/customization.h" |
| | "system/cuda/detail/async/exclusive_scan.h" |
| | "system/cuda/detail/async/for_each.h" |
| | "system/cuda/detail/async/inclusive_scan.h" |
| | "system/cuda/detail/async/reduce.h" |
| | "system/cuda/detail/async/scan.h" |
| | "system/cuda/detail/async/sort.h" |
| | "system/cuda/detail/async/transform.h" |
| | "system/cuda/detail/binary_search.h" |
| | "system/cuda/detail/cdp_dispatch.h" |
| | "system/cuda/detail/copy.h" |
| | "system/cuda/detail/copy_if.h" |
| | "system/cuda/detail/core/agent_launcher.h" |
| | "system/cuda/detail/core/alignment.h" |
| | "system/cuda/detail/core/triple_chevron_launch.h" |
| | "system/cuda/detail/core/util.h" |
| | "system/cuda/detail/count.h" |
| | "system/cuda/detail/cross_system.h" |
| | "system/cuda/detail/dispatch.h" |
| | "system/cuda/detail/equal.h" |
| | "system/cuda/detail/error.inl" |
| | "system/cuda/detail/execution_policy.h" |
| | "system/cuda/detail/extrema.h" |
| | "system/cuda/detail/fill.h" |
| | "system/cuda/detail/find.h" |
| | "system/cuda/detail/for_each.h" |
| | "system/cuda/detail/future.inl" |
| | "system/cuda/detail/gather.h" |
| | "system/cuda/detail/generate.h" |
| | "system/cuda/detail/get_value.h" |
| | "system/cuda/detail/guarded_cuda_runtime_api.h" |
| | "system/cuda/detail/guarded_driver_types.h" |
| | "system/cuda/detail/inner_product.h" |
| | "system/cuda/detail/internal/copy_cross_system.h" |
| | "system/cuda/detail/internal/copy_device_to_device.h" |
| | "system/cuda/detail/iter_swap.h" |
| | "system/cuda/detail/logical.h" |
| | "system/cuda/detail/make_unsigned_special.h" |
| | "system/cuda/detail/malloc_and_free.h" |
| | "system/cuda/detail/memory.inl" |
| | "system/cuda/detail/merge.h" |
| | "system/cuda/detail/mismatch.h" |
| | "system/cuda/detail/par.h" |
| | "system/cuda/detail/par_to_seq.h" |
| | "system/cuda/detail/parallel_for.h" |
| | "system/cuda/detail/partition.h" |
| | "system/cuda/detail/per_device_resource.h" |
| | "system/cuda/detail/reduce.h" |
| | "system/cuda/detail/reduce_by_key.h" |
| | "system/cuda/detail/remove.h" |
| | "system/cuda/detail/replace.h" |
| | "system/cuda/detail/reverse.h" |
| | "system/cuda/detail/scan.h" |
| | "system/cuda/detail/scan_by_key.h" |
| | "system/cuda/detail/scatter.h" |
| | "system/cuda/detail/sequence.h" |
| | "system/cuda/detail/set_operations.h" |
| | "system/cuda/detail/sort.h" |
| | "system/cuda/detail/swap_ranges.h" |
| | "system/cuda/detail/tabulate.h" |
| | "system/cuda/detail/temporary_buffer.h" |
| | "system/cuda/detail/terminate.h" |
| | "system/cuda/detail/transform.h" |
| | "system/cuda/detail/transform_reduce.h" |
| | "system/cuda/detail/transform_scan.h" |
| | "system/cuda/detail/uninitialized_copy.h" |
| | "system/cuda/detail/uninitialized_fill.h" |
| | "system/cuda/detail/unique.h" |
| | "system/cuda/detail/unique_by_key.h" |
| | "system/cuda/detail/util.h" |
| | "system/cuda/error.h" |
| | "system/cuda/execution_policy.h" |
| | "system/cuda/future.h" |
| | "system/cuda/memory.h" |
| | "system/cuda/memory_resource.h" |
| | "system/cuda/pointer.h" |
| | "system/cuda/vector.h" |
| | ) |
| | if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") |
| | message("-- GLOB mismatch!") |
| | file(TOUCH_NOCREATE "/home/ubuntu/thrust/build/CMakeFiles/cmake.verify_globs") |
| | endif() |
| |
|