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

Adds ATen fallback for scaled_dot_product_attention #21107

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
bug fix
  • Loading branch information
root committed Jun 26, 2024
commit 0ca8fa0019b1cd4b62e56fc545ecd073c1124ed5
Original file line number Diff line number Diff line change
Expand Up @@ -6962,4 +6962,3 @@ def run_step(model, inputs):

_test_helpers.assert_values_are_close(ort_prediction, pt_prediction)
_test_helpers.assert_values_are_close(ort_input.grad, pt_input.grad)
test_aten_attention()
Loading