chore(copyright): update copyright header for tile_engine directory (#3180)

This commit is contained in:
Aviral Goel
2025-11-11 11:17:24 -05:00
committed by GitHub
parent aa1fb29aa1
commit 88e3212fcc
23 changed files with 34 additions and 19 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Test script for tile engine GEMM benchmarks
# This script demonstrates how to run the new individual benchmark executables

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
"""
Test script to verify that the validation logic is working correctly.
"""

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.
"""
Validation utilities for GEMM kernel generation.