Program Listing for File detect_vendor.hpp

Return to documentation for file (umpire/util/detect_vendor.hpp)

//////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2016-20, Lawrence Livermore National Security, LLC and Umpire
// project contributors. See the COPYRIGHT file for details.
//
// SPDX-License-Identifier: (MIT)
//////////////////////////////////////////////////////////////////////////////
#ifndef UMPIRE_detect_vendor_HPP
#define UMPIRE_detect_vendor_HPP

#include "umpire/util/MemoryResourceTraits.hpp"

namespace umpire {

MemoryResourceTraits::vendor_type cpu_vendor_type() noexcept;

} // end namespace umpire

#endif // UMPIRE_detect_vendor_HPP