chore(copyright): update copyright header for test directory (#3243)

* chore(copyright): update copyright header for test directory

* chore(copyright): update copyright header for test directory
This commit is contained in:
Aviral Goel
2025-11-20 13:33:34 -05:00
committed by GitHub
parent 2e4b8a8fc4
commit 7dfc46d73d
14 changed files with 24 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
#include <tuple>
#include <type_traits>

View File

@@ -1,5 +1,5 @@
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once

View File

@@ -1,7 +1,7 @@
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
// Copyright (c) 2024-2025, Advanced Micro Devices, Inc. All rights reserved.
#pragma once
#pragma once
#include <sstream>
#include <gtest/gtest.h>

View File

@@ -1,4 +1,4 @@
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
#include "test_gemm_pipeline_kernel_types.hpp"