[tests] make test_sdpa_can_compile_dynamic device-agnostic#32519
[tests] make test_sdpa_can_compile_dynamic device-agnostic#32519amyeroberts merged 2 commits intohuggingface:mainfrom
test_sdpa_can_compile_dynamic device-agnostic#32519Conversation
amyeroberts
left a comment
There was a problem hiding this comment.
Thanks for enabling!
Similar to the other PR - we'll want to move this out of drafts and then run the slow tests before merge. Otherwise LGTM :)
|
Hi @amyeroberts , thanks for the review, undrafted! |
|
can we merge this PR as well? Thx a lot! |
|
Hi @amyeroberts This test is only for A10 or A100. And so far, The quick but manual way is to launch a A10 SSH runner https://github.com/huggingface/transformers/actions/workflows/ssh-runner.yml and run the tests manually. |
|
Hi @amyeroberts , can we also proceed with merging of this PR? |
|
Hi @faaany, yes, apologies for the delay. As this isn't changing any core logic it shouldn't really affect the slow tests so I think we can merge anyway |
What does this PR do?
test_sdpa_can_compile_dynamicshould not only work on GPU, it also works on XPU, below is an example:@amyeroberts and @ydshieh