Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into elem
  • Loading branch information
xadupre committed Jun 12, 2024
2 parents a4a24a5 + 3bf3cc9 commit 76a8857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operators/cuda/add_mul.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ inline void _FillOutputShape3Op(std::vector<int64_t>& dimsA,
* The operator supports broadcast on first dimensions.
* A[1, J] + B[I, J] is supported,
* A[1, J, 1] + B[I, J, K] is not supported,
* In all other cases, all tensors must have the same shape.
*/
template <typename T, bool addition>
struct AddOrMulSharedInput {
Expand Down

0 comments on commit 76a8857

Please sign in to comment.