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