activation_pybind.cu 150 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 "activation.h"

PYBIND11_MODULE(TORCH_EXTENSION_NAME, m)
{
    ACTIVATION_PYBIND;
}