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

1.0.1 Release #53

Merged
merged 1 commit into from
Jan 4, 2024
Merged

1.0.1 Release #53

merged 1 commit into from
Jan 4, 2024

Conversation

Anerudhan
Copy link
Collaborator

@Anerudhan Anerudhan commented Jan 2, 2024

v1.0.1

[Bug Fix] Fixed an issue in the sdpa node when kv-sequence length is not a multiple of 64 and padding mask is not enabled. This allows graphs with kv-sequence length not a multiple of 64 to be executed on cudnn version 8.9.5 onwards. cudnn versions prior to this now correctly return NOT_SUPPORTED as expected.

[Bug Fix] Fixed an issue where creation of graph object leads to compilation error in some compilers.

[Bug Fix] cudnn frontend now correctly sets the stream to on the handle. This affected only the python bindings.

[Internal change] Streamlined includes of cudnn graph API header files into cudnn_frontend.h.

[Bug Fix] Added a padding mask like sub-graph in sdpa node when
kv-sequence length is not a multiple of 64 and padding mask is not
enabled. This allows graphs with kv- sequence length not a multiple of
64 to be executed on cudnn version 8.9.5 onwards. cudnn versions prior
to this now correctly return NOT_SUPPORTED as expected.

[Bug Fix] Fixed an issue where creation of graph object leads to
compilation error in some compilers.

[Bug Fix] cudnn frontend now correctly sets the stream to on the handle.
This affected only the python bindings.

[Internal change] Streamlined includes of cudnn graph API header files
into `cudnn_frontend.h`.
@Anerudhan Anerudhan changed the title Release 1.0.1 1.0.1 Release Jan 2, 2024
@Anerudhan Anerudhan merged commit f87101b into main Jan 4, 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