microsoft / onnxscript

ONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
https://onnxscript.ai/
MIT License
285 stars 54 forks source link

Revert the test of aten::_scaled_dot_product_efficient_attention #1853

Closed titaiwangms closed 2 months ago

titaiwangms commented 2 months ago

Revert it back to the original test. We can revisit and secure the test when we have spare time.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.20%. Comparing base (684b5b5) to head (9fa47ec). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1853 +/- ## ========================================== + Coverage 75.14% 75.20% +0.06% ========================================== Files 249 249 Lines 27168 27168 Branches 4969 4969 ========================================== + Hits 20415 20432 +17 + Misses 5804 5788 -16 + Partials 949 948 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.