Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions tensorrt_llm/_torch/cute_dsl_kernels/argmax.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand All @@ -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.

Expand Down
Loading