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

MasterJH5574 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 723d4fba17 [REFACTOR] Phase out unused queue and rang license entries 
(#19794)
723d4fba17 is described below

commit 723d4fba1775d17a3a4f7ecd6f3a8cbfd76edb1b
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue Jun 16 11:32:08 2026 -0400

    [REFACTOR] Phase out unused queue and rang license entries (#19794)
    
    This PR removes the obsolete queue and rang license files and drops the
    leftover rang include-directory hook from the CMake setup.
---
 CMakeLists.txt                               |  1 -
 licenses/LICENSE.blockingconcurrentqueue.txt | 26 --------------------------
 licenses/LICENSE.concurrentqueue.txt         | 22 ----------------------
 licenses/LICENSE.rang.txt                    | 24 ------------------------
 4 files changed, 73 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 99a2569b14..ffcd3ab7ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,7 +120,6 @@ tvm_option(TVM_BUILD_PYTHON_MODULE "Build Python module 
with scikit-build-core"
 # include directories
 include_directories(${CMAKE_INCLUDE_PATH})
 include_directories("include")
-include_directories(SYSTEM ${RANG_PATH})
 include_directories(SYSTEM ${COMPILER_RT_PATH})
 
 # initial variables
diff --git a/licenses/LICENSE.blockingconcurrentqueue.txt 
b/licenses/LICENSE.blockingconcurrentqueue.txt
deleted file mode 100644
index d08e53a3c5..0000000000
--- a/licenses/LICENSE.blockingconcurrentqueue.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-©2015-2016 Cameron Desrochers. Distributed under the terms of the simplified
-BSD license, available at the top of concurrentqueue.h.
-
-Uses Jeff Preshing's semaphore implementation (under the terms of its
-separate zlib license, embedded below).
-
-
-zlib license
-------------
-Copyright (c) 2015 Jeff Preshing
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgement in the product documentation would be
- appreciated but is not required.
-2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
-3. This notice may not be removed or altered from any source distribution.
diff --git a/licenses/LICENSE.concurrentqueue.txt 
b/licenses/LICENSE.concurrentqueue.txt
deleted file mode 100644
index b36f9eadc9..0000000000
--- a/licenses/LICENSE.concurrentqueue.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Simplified BSD license:
-Copyright (c) 2013-2016, Cameron Desrochers.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-- Redistributions of source code must retain the above copyright notice, this 
list of
-conditions and the following disclaimer.
-- Redistributions in binary form must reproduce the above copyright notice, 
this list of
-conditions and the following disclaimer in the documentation and/or other 
materials
-provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL
-THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
PROCUREMENT
-OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR
-TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/licenses/LICENSE.rang.txt b/licenses/LICENSE.rang.txt
deleted file mode 100644
index cf1ab25da0..0000000000
--- a/licenses/LICENSE.rang.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-This is free and unencumbered software released into the public domain.
-
-Anyone is free to copy, modify, publish, use, compile, sell, or
-distribute this software, either in source code form or as a compiled
-binary, for any purpose, commercial or non-commercial, and by any
-means.
-
-In jurisdictions that recognize copyright laws, the author or authors
-of this software dedicate any and all copyright interest in the
-software to the public domain. We make this dedication for the benefit
-of the public at large and to the detriment of our heirs and
-successors. We intend this dedication to be an overt act of
-relinquishment in perpetuity of all present and future rights to this
-software under copyright law.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-For more information, please refer to <http://unlicense.org>

Reply via email to