Skip to content
Open
9 changes: 9 additions & 0 deletions alto/kernels/mx/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2026 Advanced Micro Devices, Inc.
#
# SPDX-License-Identifier: MIT
"""MX real (fused Triton) kernels.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is misleading. We don't have real mx gemm now.


The fake-quant reference / emulation lives in
``alto.modifiers.quantization.mx``; this package holds the fused GPU kernel
implementation of the same MX QDQ.
"""
Loading