chore: update copyright header for misc files (#3402)

* chore: update copyright header for misc files

* fix: typo in kernel resulting in ci failure
This commit is contained in:
Aviral Goel
2025-12-11 20:25:29 +04:00
committed by GitHub
parent b2925ee207
commit 4dcc3e59c1
19 changed files with 31 additions and 17 deletions

View File

@@ -1,3 +1,6 @@
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
if(GPU_TARGETS MATCHES "gfx95")
add_gtest_executable(test_ck_tile_wg_16x16x128_fp4 test_f32_16x16x128_fp4.cpp)
endif()

View File

@@ -1,5 +1,5 @@
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
#include <gtest/gtest.h>
#include "ck_tile/host.hpp"