Closed rizhao-msft closed 9 months ago
torch.sum (and similar functions) have two versions, one with a dim argument, and one without. This update should allow simd_reduce_sum/mean to support both. Previously only the with-dim version was supported.
Should fix #18
torch.sum (and similar functions) have two versions, one with a dim argument, and one without. This update should allow simd_reduce_sum/mean to support both. Previously only the with-dim version was supported.
Should fix #18