init
This commit is contained in:
7
csrc_musa/moe/moe_ops.cpp
Normal file
7
csrc_musa/moe/moe_ops.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "moe_ops.h"
|
||||
|
||||
#include <torch/extension.h>
|
||||
|
||||
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
|
||||
m.def("topk_softmax", &topk_softmax, "Apply topk softmax to the gating outputs.");
|
||||
}
|
||||
Reference in New Issue
Block a user