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

v1.0.3 release #59

Merged
merged 1 commit into from
Jan 31, 2024
Merged

v1.0.3 release #59

merged 1 commit into from
Jan 31, 2024

Conversation

Anerudhan
Copy link
Collaborator

@Anerudhan Anerudhan commented Jan 31, 2024

[Bug fix] Fixed an issue where in some cases with padding, SDPA backward node can produce NaNs.

[Bug fix] In some older cuda toolkits, eg. cuda 11.4, float to half conversion is not implicit. This was raised in PR-57. Thanks @drisspg for reporting this. A more explicit fix using __float2half has been implemented in this patch.

[Enhancement] Accepting github PR-55. Thanks @r-barnes for the suggestion.

[Bug fix] Fixed an issue where in some cases with padding the stats of SDPA forward node where having NANs.

[Bug fix] In some older cuda toolkits, eg. cuda 11.4, float to half conversion is not implicit. This was raised in [PR-57](<#57>). Thanks @drisspg for reporting this. A more correct fix has been implemented in this patch.

[Enhancement] Accepting github [PR-55](<#55>). Thanks @r-barnes for the suggestion.
@Anerudhan Anerudhan merged commit a86ad70 into main Jan 31, 2024
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