[SE] Use real HostPlatformDevice for testing
authorJason Henline <jhen@google.com>
Tue, 13 Sep 2016 20:14:44 +0000 (20:14 +0000)
committerJason Henline <jhen@google.com>
Tue, 13 Sep 2016 20:14:44 +0000 (20:14 +0000)
commit46b5e48fde4982b4532e9b81ed8ff9a825ac8f42
tree5282a0701c5fad4cabefe5c3816eafb0a9a7c13b
parent218c8743c8d5d18e42ee22afad2eaa9603575507
[SE] Use real HostPlatformDevice for testing

Summary:
Replace uses of SimpleHostPlatformDevice in tests with
HostPlatformDevice.

Reviewers: jlebar

Subscribers: jlebar, jprice, parallel_libs-commits

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

llvm-svn: 281384
parallel-libs/streamexecutor/include/streamexecutor/platforms/host/HostPlatformDevice.h
parallel-libs/streamexecutor/include/streamexecutor/unittests/CoreTests/SimpleHostPlatformDevice.h [deleted file]
parallel-libs/streamexecutor/unittests/CoreTests/DeviceTest.cpp
parallel-libs/streamexecutor/unittests/CoreTests/PackedKernelArgumentArrayTest.cpp
parallel-libs/streamexecutor/unittests/CoreTests/StreamTest.cpp