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
import argparse
import os
import json

View File

@@ -1,3 +1,6 @@
// Copyright © Advanced Micro Devices, Inc. or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once
#include "ck_tile/host/device_prop.hpp"