// SPDX-License-Identifier: MIT #include "rocm_ops.hpp" #include "asm_gemm_a8w8.h" PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { GEMM_A8W8_ASM_PYBIND; }