// Copyright 2019, NVIDIA CORPORATION. All rights reserved.
//
// NVIDIA CORPORATION and its licensors retain all intellectual property
// and proprietary rights in and to this software, related documentation
// and any modifications thereto.  Any use, reproduction, disclosure or
// distribution of this software and related documentation without an express
// license agreement from NVIDIA CORPORATION is strictly prohibited.

#define _NVCOMPILER_NUMERIC_HEADER_
#include_next <numeric>

#if defined(_NVCOMPILER_EXECUTION_HEADER_) && \
    !defined(__NVCOMPILER_PROCESSING_THRUST_INCLUDES) && \
    !defined(_NVCOMPILER_NUMERIC_EXECUTION_HEADER_) && \
    !defined(THRUST_INCLUDING_ALGORITHMS_HEADER)
  #include <nvhpc/numeric_execution.hpp>
#endif
