"sgl-kernel/vscode:/vscode.git/clone" did not exist on "d33cbb7e5857da4cf4023ecfac2706ffbd0c76b6"
scalar unsqueeze broadcast support (#1753)
Adding support for broadcasted scalars to unsqueeze op. Specifying steps other than 1 is disallowed in this implementation since we want the output the always be a tensor. We can support varying step sizes if we allow a broadcasted scalar output from this op.
Showing
Please register or sign in to comment