# 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. # Grouped conv Python examples use grouped_conv_utils.py in this directory. # No build targets needed - these are pure Python utilities. message(STATUS "Python utilities directory configured (no build targets)")