Skip to content

Conversation

@zehonyi21
Copy link

simd_norm_error current input parameters for simd_norm are not consistent with those of 'torch.norm'(refer to https://docs.pytorch.org/docs/stable/generated/torch.norm.html) thus I changed it accordingly * note that my pytorch does not require 'out' as input paramters so I didn't add it (return torch.norm(self, p, dim, keepdim, dtype=dtype))

current input parameters for simd_norm are not consistent with those of 'torch.norm'(refer to https://docs.pytorch.org/docs/stable/generated/torch.norm.html)
thus I changed it accordingly
* note that my pytorch does not require 'out' as input paramters so I didn't add it
(return torch.norm(self, p, dim, keepdim, dtype=dtype))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant