mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 02:27:57 +00:00
8 lines
234 B
Bash
Executable File
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)
|