From ef0b81647e8ea391368f4d523e5886bb6b5a8a3f Mon Sep 17 00:00:00 2001 From: Tyler Burt <195370667+tburt-nv@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:47:57 -0800 Subject: [PATCH] update copyright information Signed-off-by: Tyler Burt <195370667+tburt-nv@users.noreply.github.com> --- LICENSE | 8 ++++++++ tensorrt_llm/_torch/cute_dsl_kernels/argmax.py | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 350926f2564d..e6dc9b309667 100644 --- a/LICENSE +++ b/LICENSE @@ -41,6 +41,14 @@ Original Source: https://github.com/state-spaces/mamba Copyright 2023 Tri Dao, Albert Gu Licensed under the Apache License 2.0 +-------------------------------------------------------------------------------- +Quack +-------------------------------------------------------------------------------- +Original Source: https://github.com/Dao-AILab/quack +Copyright (c) 2025, Tri Dao. +Copyright (c) 2025, Wentao Guo, Ted Zadouri, Tri Dao. +Licensed under the Apache License 2.0 + -------------------------------------------------------------------------------- SGLang -------------------------------------------------------------------------------- diff --git a/tensorrt_llm/_torch/cute_dsl_kernels/argmax.py b/tensorrt_llm/_torch/cute_dsl_kernels/argmax.py index bf6ec6690b06..5ea8736fb1a1 100644 --- a/tensorrt_llm/_torch/cute_dsl_kernels/argmax.py +++ b/tensorrt_llm/_torch/cute_dsl_kernels/argmax.py @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright (c) 2025, Tri Dao. +# SPDX-FileCopyrightText: Copyright (c) 2025, Wentao Guo, Ted Zadouri, Tri Dao. # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # @@ -12,11 +14,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +# # This file contains code derived from the Quack library: # https://github.com/Dao-AILab/quack -# Copyright (c) 2024-2025 Dao-AILab -# Licensed under the Apache License, Version 2.0 # # Argmax kernel using CuTE DSL for TensorRT-LLM speculative decoding.