// 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_MEMORY_HEADER_
#include_next <memory>

#if defined(_NVCOMPILER_EXECUTION_HEADER_) && \
    !defined(_NVCOMPILER_MEMORY_EXECUTION_HEADER_) && \
    !defined(__NVCOMPILER_PROCESSING_THRUST_INCLUDES) && \
    !defined(THRUST_INCLUDING_ALGORITHMS_HEADER) && \
    !defined(__NVCOMPILER_INCLUDING_NVTX3_HEADER)
  #include <nvhpc/memory_execution.hpp>
#endif
