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