Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aten::histc and its variants #739

Merged
merged 13 commits into from
Oct 21, 2024
Merged

Add aten::histc and its variants #739

merged 13 commits into from
Oct 21, 2024

Conversation

yucai-intel
Copy link
Contributor

No description provided.

@yucai-intel yucai-intel added this to the PT2.6 milestone Aug 15, 2024
if (self.scalar_type() == ScalarType::Half) {
AT_ERROR("HalfTensor is not supported");
}
// See Note [Writing Nondeterministic Operations]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's move deterministic check to kernel level, which is related to kernel algorithm

@xytintel xytintel added this pull request to the merge queue Oct 21, 2024
Merged via the queue into main with commit 46177ff Oct 21, 2024
3 checks passed
@xytintel xytintel deleted the histc branch October 21, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants