[Parallel_libs-commits] [PATCH] D24269: [SE] Rename PlatformInterfaces to PlatformDevice
Jason Henline via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Tue Sep 6 11:03:04 PDT 2016
jhen marked an inline comment as done.
================
Comment at: streamexecutor/include/streamexecutor/PlatformDevice.h:18-20
@@ -21,5 +17,5 @@
//===----------------------------------------------------------------------===//
-#ifndef STREAMEXECUTOR_PLATFORMINTERFACES_H
-#define STREAMEXECUTOR_PLATFORMINTERFACES_H
+#ifndef STREAMEXECUTOR_PLATFORMDEVICE_H
+#define STREAMEXECUTOR_PLATFORMDEVICE_H
----------------
Great catch! Thanks.
https://reviews.llvm.org/D24269
More information about the Parallel_libs-commits
mailing list