summaryrefslogtreecommitdiff
path: root/parallel-libs/streamexecutor/lib/PlatformInterfaces.cpp
blob: e9378b519df39d2d5e02bb30223bb4f741fb6ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//===-- PlatformInterfaces.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 PlatformInterfaces.h.
///
//===----------------------------------------------------------------------===//

#include "streamexecutor/PlatformInterfaces.h"

namespace streamexecutor {

PlatformDevice::~PlatformDevice() = default;

} // namespace streamexecutor