Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jul 29, 2024
1 parent e3c0b63 commit 7853edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyg_lib/csrc/ops/matmul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ at::Tensor segment_matmul(const at::Tensor& input,
at::checkDim(c, ptr_arg, 1);
at::checkDim(c, other_arg, 3);
at::checkSize_symint(c, other_arg, 1, input_arg->sym_size(-1));
// at::checkNumel(c, ptr_arg, other_arg->size(0) + 1);

static auto op = c10::Dispatcher::singleton()
.findSchemaOrThrow("pyg::segment_matmul", "")
Expand Down

0 comments on commit 7853edf

Please sign in to comment.