Script.add

Contents

Script.add

Script.add(lhs, rhs, out=None)

Element-wise addition with broadcasting.

Parameters:
Returns:

retlhs + rhs, broadcast to a common shape.

Return type:

RegisterTensor

Notes

  • Thread group: Can be executed by any sized thread group.