[SE] Rename PlatformInterfaces to PlatformDevice
authorJason Henline <jhen@google.com>
Tue, 6 Sep 2016 19:27:00 +0000 (19:27 +0000)
committerJason Henline <jhen@google.com>
Tue, 6 Sep 2016 19:27:00 +0000 (19:27 +0000)
commit19eeb37b8c23fb75b7777eb3821fa706b5d0aade
treeb7392928d57b07e206439bda892a120a382bfe95
parent405c90e6cc5c8a16b4e9e1e0f302e55ff25190a2
[SE] Rename PlatformInterfaces to PlatformDevice

Summary:
The only interface that we ever plan to have in this file is
PlatformDevice, so it makes sense to rename the file to reflect that.

Reviewers: jprice

Subscribers: parallel_libs-commits

Differential Revision: https://reviews.llvm.org/D24269

llvm-svn: 280737
parallel-libs/streamexecutor/include/streamexecutor/Device.h
parallel-libs/streamexecutor/include/streamexecutor/PlatformDevice.h [moved from parallel-libs/streamexecutor/include/streamexecutor/PlatformInterfaces.h with 88% similarity]
parallel-libs/streamexecutor/include/streamexecutor/Stream.h
parallel-libs/streamexecutor/lib/CMakeLists.txt
parallel-libs/streamexecutor/lib/Device.cpp
parallel-libs/streamexecutor/lib/Kernel.cpp
parallel-libs/streamexecutor/lib/PlatformDevice.cpp [moved from parallel-libs/streamexecutor/lib/PlatformInterfaces.cpp with 72% similarity]
parallel-libs/streamexecutor/lib/unittests/DeviceTest.cpp
parallel-libs/streamexecutor/lib/unittests/PackedKernelArgumentArrayTest.cpp
parallel-libs/streamexecutor/lib/unittests/SimpleHostPlatformDevice.h
parallel-libs/streamexecutor/lib/unittests/StreamTest.cpp