mhc_pybind.cu 137 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MIT


#include "rocm_ops.hpp"
#include "mhc.h"

PYBIND11_MODULE(TORCH_EXTENSION_NAME, m)
{
    MHC_PYBIND;
}