Skip to content

Commit c8e81b9

Browse files
committed
Add copyright notices to missing files
1 parent 86d542f commit c8e81b9

File tree

135 files changed

+345
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+345
-0
lines changed

.github/scripts/therock_configure_ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
## SPDX-License-Identifier: MIT
13
import fnmatch
24
import json
35
import os

codegen/test/batched_gemm_softmax_gemm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
#include "ck/host/device_batched_gemm_softmax_gemm/problem.hpp"
24
#include "ck/host/stringutils.hpp"
35
#include "ck/host/utils.hpp"

codegen/test/include/test.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
/*
24
* The MIT License (MIT)
35
*

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
## SPDX-License-Identifier: MIT
13
# Configuration file for the Sphinx documentation builder.
24
#
35
# This file only contains a selection of the most common options. For a full

example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_fp32.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved.
24

35
#include "common.hpp"

example/04_gemm_add_add_fastgelu/run_gemm_add_add_fastgelu_example.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
#pragma once
24

35
bool run_gemm_add_add_fastgelu(const ProblemSize& problem_size, const ExecutionConfig& config)

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_bf16.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
#include <iostream>
24
#include <numeric>
35
#include <initializer_list>

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_fp16.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
#include <iostream>
24
#include <numeric>
35
#include <initializer_list>

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_fp8.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
#include <iostream>
24
#include <numeric>
35
#include <initializer_list>

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_int8.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
13
#include <iostream>
24
#include <numeric>
35
#include <initializer_list>

0 commit comments

Comments
 (0)