Skip to content

Commit d2c9bb6

Browse files
committed
Add copyright notices to missing files
1 parent e135dd5 commit d2c9bb6

File tree

182 files changed

+809
-265
lines changed

Some content is hidden

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

182 files changed

+809
-265
lines changed

.github/scripts/therock_configure_ci.py

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

codegen/test/batched_gemm_softmax_gemm.cpp

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

codegen/test/include/test.hpp

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

docs/conf.py

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

example/04_gemm_add_add_fastgelu/run_gemm_add_add_fastgelu_example.inc

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

36
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#include <iostream>
25
#include <numeric>
36
#include <initializer_list>

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_fp16.cpp

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

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_fp8.cpp

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

example/31_batched_gemm_gemm/batched_gemm_gemm_wmma_cshuffle_v3_int8.cpp

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

example/46_gemm_add_multiply/run_gemm_add_multiply_example.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <type_traits>
36

0 commit comments

Comments
 (0)