aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/device_description.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/device_description.cc')
-rw-r--r--tensorflow/stream_executor/device_description.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/tensorflow/stream_executor/device_description.cc b/tensorflow/stream_executor/device_description.cc
index 52f5319a3b..8ca0677f8a 100644
--- a/tensorflow/stream_executor/device_description.cc
+++ b/tensorflow/stream_executor/device_description.cc
@@ -21,8 +21,7 @@ limitations under the License.
#include "tensorflow/stream_executor/lib/mathutil.h"
#include "tensorflow/stream_executor/lib/strcat.h"
-namespace perftools {
-namespace gputools {
+namespace stream_executor {
static const uint64 kUninitializedUint64 = -1ULL;
/* static */ const char *DeviceDescription::kUndefinedString = "<undefined>";
@@ -234,6 +233,4 @@ uint64 CalculateRegisterLimitForTargetOccupancy(
return 0;
}
-
-} // namespace gputools
-} // namespace perftools
+} // namespace stream_executor