[SE] Remove Utils directory
authorJason Henline <jhen@google.com>
Fri, 9 Sep 2016 23:33:58 +0000 (23:33 +0000)
committerJason Henline <jhen@google.com>
Fri, 9 Sep 2016 23:33:58 +0000 (23:33 +0000)
commita3ad6dcfaf1ba5af42f19700c329dd27e3a62c40
treeaa2363332f456b3047008f046a49a89b8f52b32a
parent124384f08d4cb9b8c698951ed67fd6db79a15d15
[SE] Remove Utils directory

Summary:
There is no purpose in splitting out the Error class from the rest of
the StreamExecutor code. This organization was just a vestige of an old
failed design.

Plus, this change fixes a bug in the build where the utilites library
was not being statically linked in with libstreamexecutor.

Reviewers: jlebar, jprice

Subscribers: beanz, parallel_libs-commits

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

llvm-svn: 281118
13 files changed:
parallel-libs/streamexecutor/include/streamexecutor/Device.h
parallel-libs/streamexecutor/include/streamexecutor/DeviceMemory.h
parallel-libs/streamexecutor/include/streamexecutor/Error.h [new file with mode: 0644]
parallel-libs/streamexecutor/include/streamexecutor/Kernel.h
parallel-libs/streamexecutor/include/streamexecutor/Platform.h
parallel-libs/streamexecutor/include/streamexecutor/PlatformDevice.h
parallel-libs/streamexecutor/include/streamexecutor/PlatformManager.h
parallel-libs/streamexecutor/include/streamexecutor/Stream.h
parallel-libs/streamexecutor/include/streamexecutor/Utils/Error.h [deleted file]
parallel-libs/streamexecutor/lib/CMakeLists.txt
parallel-libs/streamexecutor/lib/Error.cpp [new file with mode: 0644]
parallel-libs/streamexecutor/lib/Utils/CMakeLists.txt [deleted file]
parallel-libs/streamexecutor/lib/Utils/Error.cpp [deleted file]