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