This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch cpp-clean0
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/cpp-clean0 by this push:
     new 180571c6a7 lint
180571c6a7 is described below

commit 180571c6a7cb0f8d9c74048790f01835a321f295
Author: tqchen <[email protected]>
AuthorDate: Sun Sep 7 21:34:51 2025 -0400

    lint
---
 tests/cpp-runtime/hexagon/hexagon_buffer_tests.cc     | 1 +
 tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/cpp-runtime/hexagon/hexagon_buffer_tests.cc 
b/tests/cpp-runtime/hexagon/hexagon_buffer_tests.cc
index c0ec4e5dd4..febf484f81 100644
--- a/tests/cpp-runtime/hexagon/hexagon_buffer_tests.cc
+++ b/tests/cpp-runtime/hexagon/hexagon_buffer_tests.cc
@@ -22,6 +22,7 @@
 
 #include "../src/runtime/hexagon/hexagon_buffer.h"
 
+using namespace tvm;
 using namespace tvm::runtime;
 using namespace tvm::runtime::hexagon;
 using namespace tvm::ffi;
diff --git a/tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc 
b/tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc
index d3ba6db78c..9c74521091 100644
--- a/tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc
+++ b/tests/cpp-runtime/hexagon/hexagon_device_api_tests.cc
@@ -21,6 +21,7 @@
 
 #include "../src/runtime/hexagon/hexagon_device_api.h"
 
+using namespace tvm;
 using namespace tvm::runtime;
 using namespace tvm::runtime::hexagon;
 using namespace tvm::ffi;

Reply via email to