mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 10:37:44 +00:00
10 lines
466 B
CMake
10 lines
466 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# This directory contains Python utilities for the dispatcher examples.
|
|
# The main utility file is ctypes_utils.py which is used by GEMM Python examples.
|
|
# Conv Python examples use their own conv_utils.py in the examples directory.
|
|
|
|
# No build targets needed - these are pure Python utilities.
|
|
message(STATUS "Python utilities directory configured (no build targets)")
|