"vscode:/vscode.git/clone" did not exist on "6403d1ecd0fe5b4111dd9604c15a4bf9f30c8a65"
smoothquant_pybind.cu 153 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 "smoothquant.h"

PYBIND11_MODULE(TORCH_EXTENSION_NAME, m)
{
    SMOOTHQUANT_PYBIND;
}