@ -1,8 +0,0 @@
// setup.cpp
#include <torch/extension.h>
#include "matrix_add.h"
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m)
{
m.def("matrix_add", &matrix_add, "FP16 Matrix Add");
}
The note is not visible to the blocked user.