[Parallel_libs-commits] [PATCH] D24434: [SE] Remove Utils directory

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Fri Sep 9 16:37:38 PDT 2016


jhen created this revision.
jhen added reviewers: jlebar, jprice.
jhen added a subscriber: parallel_libs-commits.
Herald added a subscriber: beanz.

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.

https://reviews.llvm.org/D24434

Files:
  streamexecutor/include/streamexecutor/Device.h
  streamexecutor/include/streamexecutor/DeviceMemory.h
  streamexecutor/include/streamexecutor/Error.h
  streamexecutor/include/streamexecutor/Kernel.h
  streamexecutor/include/streamexecutor/Platform.h
  streamexecutor/include/streamexecutor/PlatformDevice.h
  streamexecutor/include/streamexecutor/PlatformManager.h
  streamexecutor/include/streamexecutor/Stream.h
  streamexecutor/include/streamexecutor/Utils/Error.h
  streamexecutor/lib/CMakeLists.txt
  streamexecutor/lib/Error.cpp
  streamexecutor/lib/Utils/CMakeLists.txt
  streamexecutor/lib/Utils/Error.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24434.70927.patch
Type: text/x-patch
Size: 5337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160909/d358899d/attachment-0001.bin>


More information about the Parallel_libs-commits mailing list