Skip to content

Commit 106ebec

Browse files
noaux_eplb
1 parent 3c17044 commit 106ebec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

custom_ops/gpu_ops/cpp_extensions.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ PYBIND11_MODULE(fastdeploy_ops, m) {
14981498

14991499
m.def("noaux_tc", &NoauxTc, "noaux_tc for Deepseekv3 MoE compute");
15001500

1501-
m.def("noaux_tc_redunant",
1501+
m.def("noaux_tc_redundant",
15021502
&NoauxTcRedundant,
15031503
"noaux_tc_redundant for MoE compute");
15041504

custom_ops/gpu_ops/noaux_tc_redundant.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#pragma once
16-
1715
#include <algorithm>
1816
#include <optional>
1917

0 commit comments

Comments
 (0)