rope_general_bwd_pybind.cu 151 Bytes
Newer Older
Xiaowei.zhang's avatar
Xiaowei.zhang committed
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT
 
#include "rocm_ops.hpp"
#include "rope.h"

PYBIND11_MODULE(TORCH_EXTENSION_NAME, m)
{
    ROPE_GENERAL_BWD_PYBIND;
}