Files
composable_kernel/script/remod_for_ck_tile.sh
2025-10-16 23:11:41 +00:00

8 lines
234 B
Bash
Executable File

#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Run remod.py in both required locations
(cd include/ck_tile/ && python3 remod.py)
(cd example/ck_tile/ && python3 remod.py)