Skip to content

Commit 9b64663

Browse files
authored
Add SPDX copyright and license information
Added SPDX license information to the file. Signed-off-by: Chenjie Luo <108829653+cjluo-nv@users.noreply.github.com>
1 parent 90865c3 commit 9b64663

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

examples/deepseek/ds_kernel.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23+
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
24+
# SPDX-License-Identifier: Apache-2.0
25+
#
26+
# Licensed under the Apache License, Version 2.0 (the "License");
27+
# you may not use this file except in compliance with the License.
28+
# You may obtain a copy of the License at
29+
#
30+
# http://www.apache.org/licenses/LICENSE-2.0
31+
#
32+
# Unless required by applicable law or agreed to in writing, software
33+
# distributed under the License is distributed on an "AS IS" BASIS,
34+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35+
# See the License for the specific language governing permissions and
36+
# limitations under the License.
37+
2338
import torch
2439
import triton
2540
import triton.language as tl

0 commit comments

Comments
 (0)