mirror of
https://github.com/amd/blis.git
synced 2026-04-30 04:21:12 +00:00
Standardize Python files to use Python 3
Python 2 is no longer maintained, and using python3 avoids accidental invocation of outdated interpreters. AMD-Internal: [CPUPL-6579]
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Copyright (C) 2020 - 2023, Advanced Micro Devices, Inc. All rights reserved."""
|
||||
#!/usr/bin/env python3
|
||||
"""Copyright (C) 2020 - 2025, Advanced Micro Devices, Inc. All rights reserved."""
|
||||
import re
|
||||
import subprocess
|
||||
import yaml
|
||||
|
||||
Reference in New Issue
Block a user