Skip to content

Commit a737614

Browse files
committed
Fix missing copyright notices.
1 parent c54ecd9 commit a737614

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

experimental/builder/include/ck_tile/builder/reflect/tree_formatter.hpp

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

36
#include <sstream>

include/ck_tile/host/tensor_shuffle_utils.hpp

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

test/ck_tile/gemm_streamk/test_gemm_streamk_reboot_util.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#include "test_gemm_streamk_reboot_util.hpp"
25

36
ck_tile::index_t get_cu_count()

test/ck_tile/gemm_tile_engine/extract_test_params.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env python3
22

3+
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
4+
# SPDX-License-Identifier: MIT
5+
36
import json
47
import argparse
58
import os

test/ck_tile/grouped_gemm_quant/test_grouped_gemm_quant_ut_cases.inc

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

36
TYPED_TEST(TEST_CLASS_NAME, Basic)

0 commit comments

Comments
 (0)