Skip to content

Commit

Permalink
bad paste
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizaWszola committed Aug 30, 2024
1 parent 75e3dd5 commit a5f5a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/moe/torch_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, m) {
"int moe_block_size, bool replicate_input, bool apply_weights)"
" -> Tensor");
m.impl("marlin_gemm_moe", torch::kCUDA, &marlin_gemm_moe);
}
#endif
}

REGISTER_EXTENSION(TORCH_EXTENSION_NAME)

0 comments on commit a5f5a74

Please sign in to comment.