f32ee8a25e
Rename PSTL macro's consistent with libstdc++ (and llvm upstream project) standards. * include/bits/c++config: Rename all macros of the form __PSTL* to _PSTL*. * include/std/algorithm: Likewise. * include/std/execution: Likewise. * include/std/numeric: Likewise. * include/std/memory: Likewise. * include/pstl/glue_memory_impl.h: Likewise. * include/pstl/numeric_impl.h: Likewise. * include/pstl/glue_memory_defs.h: Likewise. * include/pstl/execution_defs.h: Likewise. * include/pstl/utils.h: Likewise. * include/pstl/algorithm_fwd.h: Likewise. * include/pstl/unseq_backend_simd.h: Likewise. * include/pstl/glue_execution_defs.h: Likewise. * include/pstl/algorithm_impl.h: Likewise. * include/pstl/parallel_impl.h: Likewise. * include/pstl/memory_impl.h: Likewise. * include/pstl/glue_numeric_defs.h: Likewise. * include/pstl/parallel_backend_utils.h: Likewise. * include/pstl/glue_algorithm_defs.h: Likewise. * include/pstl/parallel_backend.h: Likewise. * include/pstl/glue_numeric_impl.h: Likewise. * include/pstl/parallel_backend_tbb.h: Likewise. * include/pstl/numeric_fwd.h: Likewise. * include/pstl/glue_algorithm_impl.h: Likewise. * include/pstl/execution_impl.h: Likewise. * include/pstl/pstl_config.h: Likewise. * testsuite/util/pstl/pstl_test_config.h: Likewise. * testsuite/util/pstl/test_utils.h: Likewise. * testsuite/20_util/specialized_algorithms/pstl/uninitialized_construct.cc: Likewise. * testsuite/20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc: Likewise. * testsuite/26_numerics/pstl/numeric_ops/adjacent_difference.cc: Likewise. * testsuite/26_numerics/pstl/numeric_ops/scan.cc: Likewise. * testsuite/26_numerics/pstl/numeric_ops/transform_scan.cc: Likewise. * testsuite/26_numerics/pstl/numeric_ops/reduce.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/reverse.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/find_if.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/none_of.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/count.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/reverse_copy.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/equal.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/find.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/all_of.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/find_first_of.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/is_heap.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/partial_sort_copy.cc: Likewise. * testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc: Likewise. * testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc: Likewise. * testsuite/25_algorithms/pstl/alg_merge/merge.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/unique_copy_equal.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/replace_copy.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/is_partitioned.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/remove.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/copy_if.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/partition_copy.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/partition.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/copy_move.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/unique.cc: Likewise. * testsuite/25_algorithms/pstl/alg_modifying_operations/rotate.cc: Likewise. * testsuite/25_algorithms/pstl/alg_nonmodifying/any_of.cc: Likewise. Rename header guards to be consistent with upstream project's conventions. * include/pstl/glue_memory_impl.h: Rename all macros of the form _PSTL_(.*)_H to _PSTL_\U\1_H. * include/pstl/numeric_impl.h: Likewise. * include/pstl/glue_memory_defs.h: Likewise. * include/pstl/execution_defs.h: Likewise. * include/pstl/utils.h: Likewise. * include/pstl/algorithm_fwd.h: Likewise. * include/pstl/unseq_backend_simd.h: Likewise. * include/pstl/glue_execution_defs.h: Likewise. * include/pstl/algorithm_impl.h: Likewise. * include/pstl/parallel_impl.h: Likewise. * include/pstl/memory_impl.h: Likewise. * include/pstl/glue_numeric_defs.h: Likewise. * include/pstl/parallel_backend_utils.h: Likewise. * include/pstl/glue_algorithm_defs.h: Likewise. * include/pstl/parallel_backend.h: Likewise. * include/pstl/glue_numeric_impl.h: Likewise. * include/pstl/parallel_backend_tbb.h: Likewise. * include/pstl/numeric_fwd.h: Likewise. * include/pstl/glue_algorithm_impl.h: Likewise. * include/pstl/execution_impl.h: Likewise. * include/pstl/pstl_config.h: Likewise. * testsuite/util/pstl/pstl_test_config.h: Likewise. Synchronize libstdc++ parallel algorithms with upstream project. * include/pstl/algorithm_fwd.h: Synchronize with upstream PSTL project. * include/pstl/algorithm_impl.h: Likewise. * include/pstl/execution_defs.h: Likewise. * include/pstl/execution_impl.h: Likewise. * include/pstl/glue_algorithm_impl.h: Likewise. * include/pstl/glue_execution_defs.h: Likewise. * include/pstl/numeric_fwd.h: Likewise. * include/pstl/numeric_impl.h: Likewise. * include/pstl/parallel_backend.h: Likewise. * include/pstl/pstl_config.h: Likewise. * include/pstl/unseq_backend_simd.h: Likewise. * include/pstl/parallel_backend_serial.h: New file. * include/Makefile.am (pstl_headers): Add parallel_backend_serial.h. * include/Makefile.in: Regenerate. Clean up non-conforming names * include/pstl/algorithm_impl.h (__parallel_set_union_op): Uglfiy copy_range1 and copy_range2 (__pattern_walk2_n): Rename local n to __n * include/pstl/parallel_backend_tbb.h (struct __binary_no_op): Rename parameter _T to _Tp. Integrate non-TBB serial backend support * include/bits/c++config: Adjust TBB detection logic to select serial PSTL backend if no TBB present. * testsuite/utils/pstl/test_utils.h: Remove check for _PSTL_USE_PAR_POLICIES From-SVN: r272056
163 lines
3.6 KiB
C++
163 lines
3.6 KiB
C++
// -*- C++ -*-
|
|
//===-- execution_defs.h --------------------------------------------------===//
|
|
//
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef _PSTL_EXECUTION_POLICY_DEFS_H
|
|
#define _PSTL_EXECUTION_POLICY_DEFS_H
|
|
|
|
#include <type_traits>
|
|
|
|
namespace __pstl
|
|
{
|
|
namespace execution
|
|
{
|
|
inline namespace v1
|
|
{
|
|
|
|
// 2.4, Sequential execution policy
|
|
class sequenced_policy
|
|
{
|
|
public:
|
|
// For internal use only
|
|
static constexpr std::false_type
|
|
__allow_unsequenced()
|
|
{
|
|
return std::false_type{};
|
|
}
|
|
static constexpr std::false_type
|
|
__allow_vector()
|
|
{
|
|
return std::false_type{};
|
|
}
|
|
static constexpr std::false_type
|
|
__allow_parallel()
|
|
{
|
|
return std::false_type{};
|
|
}
|
|
};
|
|
|
|
// 2.5, Parallel execution policy
|
|
class parallel_policy
|
|
{
|
|
public:
|
|
// For internal use only
|
|
static constexpr std::false_type
|
|
__allow_unsequenced()
|
|
{
|
|
return std::false_type{};
|
|
}
|
|
static constexpr std::false_type
|
|
__allow_vector()
|
|
{
|
|
return std::false_type{};
|
|
}
|
|
static constexpr std::true_type
|
|
__allow_parallel()
|
|
{
|
|
return std::true_type{};
|
|
}
|
|
};
|
|
|
|
// 2.6, Parallel+Vector execution policy
|
|
class parallel_unsequenced_policy
|
|
{
|
|
public:
|
|
// For internal use only
|
|
static constexpr std::true_type
|
|
__allow_unsequenced()
|
|
{
|
|
return std::true_type{};
|
|
}
|
|
static constexpr std::true_type
|
|
__allow_vector()
|
|
{
|
|
return std::true_type{};
|
|
}
|
|
static constexpr std::true_type
|
|
__allow_parallel()
|
|
{
|
|
return std::true_type{};
|
|
}
|
|
};
|
|
|
|
class unsequenced_policy
|
|
{
|
|
public:
|
|
// For internal use only
|
|
static constexpr std::true_type
|
|
__allow_unsequenced()
|
|
{
|
|
return std::true_type{};
|
|
}
|
|
static constexpr std::true_type
|
|
__allow_vector()
|
|
{
|
|
return std::true_type{};
|
|
}
|
|
static constexpr std::false_type
|
|
__allow_parallel()
|
|
{
|
|
return std::false_type{};
|
|
}
|
|
};
|
|
|
|
// 2.8, Execution policy objects
|
|
constexpr sequenced_policy seq{};
|
|
constexpr parallel_policy par{};
|
|
constexpr parallel_unsequenced_policy par_unseq{};
|
|
constexpr unsequenced_policy unseq{};
|
|
|
|
// 2.3, Execution policy type trait
|
|
template <class _Tp>
|
|
struct is_execution_policy : std::false_type
|
|
{
|
|
};
|
|
|
|
template <>
|
|
struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type
|
|
{
|
|
};
|
|
template <>
|
|
struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
|
|
{
|
|
};
|
|
template <>
|
|
struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
|
|
{
|
|
};
|
|
template <>
|
|
struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_type
|
|
{
|
|
};
|
|
|
|
#if _PSTL_CPP14_VARIABLE_TEMPLATES_PRESENT
|
|
template <class _Tp>
|
|
constexpr bool is_execution_policy_v = __pstl::execution::is_execution_policy<_Tp>::value;
|
|
#endif
|
|
|
|
} // namespace v1
|
|
} // namespace execution
|
|
|
|
namespace __internal
|
|
{
|
|
template <class _ExecPolicy, class _Tp>
|
|
#if _GLIBCXX_RELEASE >= 9
|
|
using __enable_if_execution_policy =
|
|
typename std::enable_if<__pstl::execution::is_execution_policy<std::__remove_cvref_t<_ExecPolicy>>::value,
|
|
_Tp>::type;
|
|
#else
|
|
using __enable_if_execution_policy =
|
|
typename std::enable_if<__pstl::execution::is_execution_policy<typename std::decay<_ExecPolicy>::type>::value,
|
|
_Tp>::type;
|
|
#endif
|
|
} // namespace __internal
|
|
|
|
} // namespace __pstl
|
|
|
|
#endif /* _PSTL_EXECUTION_POLICY_DEFS_H */
|