fix(copyright header): add header to missing files (#2807)

This commit is contained in:
Aviral Goel
2025-09-11 15:27:08 -04:00
committed by GitHub
parent 2ed39f8d91
commit f3239395dc
19 changed files with 55 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python3
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
"""
Generate Model Configuration Combinations for MIOpen Testing

View File

@@ -1,4 +1,7 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Generate Comprehensive Convolution Test Dataset for CK
# This script captures MIOpen commands from PyTorch models and generates test cases

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python3
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
"""
Convert MIOpen Driver Commands to CSV Test Cases

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python3
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
"""
PyTorch Model Runner with MIOpen Command Logging using torchvision models