Skip to content

Commit 8dc17e4

Browse files
committed
prints
1 parent 1545db5 commit 8dc17e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torch_scatter/mul.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ class ScatterMul(Function):
99
def forward(ctx, out, src, index, dim):
1010
print("DRIN")
1111
func = get_func('scatter_mul', src)
12+
print(func)
1213
func(src, index, out, dim)
14+
print(out)
1315

1416
ctx.mark_dirty(out)
1517
ctx.save_for_backward(out, src, index)

0 commit comments

Comments
 (0)