blob: 8dd44a3a4aac6d07b50ffcecbb36c594c9ecb16e [file] [log] [blame]
//===-- PlatformDevice.cpp - Platform interface implementations -----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
///
/// \file
/// Implementation file for PlatformDevice.h.
///
//===----------------------------------------------------------------------===//
#include "streamexecutor/PlatformDevice.h"
namespace streamexecutor {
PlatformDevice::~PlatformDevice() = default;
} // namespace streamexecutor