Add copyright notices to missing files (#3133)

[ROCm/composable_kernel commit: 3f996ee738]
This commit is contained in:
John Afaganis
2025-10-31 08:35:11 -06:00
committed by GitHub
parent abc0a0b77f
commit a987c5dc2e
20 changed files with 55 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#include <iostream>
#include <numeric>
#include <initializer_list>

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#include <iostream>
#include <numeric>
#include <initializer_list>

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#include <iostream>
#include <numeric>
#include <initializer_list>

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#include <iostream>
#include <numeric>
#include <initializer_list>

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once
bool run_gemm_add(const ProblemSize& problem_size, const ExecutionConfig& config)

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once
bool run_gemm_add(const ProblemSize& problem_size, const ExecutionConfig& config)

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once
bool run_gemm_add_relu(const ProblemSize& problem_size, const ExecutionConfig& config)

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once
bool run_gemm_add_relu(const ProblemSize& problem_size, const ExecutionConfig& config)

View File

@@ -1,4 +1,8 @@
#!/bin/sh
## Copyright © Advanced Micro Devices, Inc. or its affiliates.
## SPDX-License-Identifier: MIT
# TODO: run this script from CK root or build directory
EXE="$(find . -name tile_example_fmha_fwd_v3 -type f | head -n 1)"
VALID=0