You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix hypothesis strategy that skips entire test without CUDA (#2690)
Summary:
Pull Request resolved: #2690
# context
* original implementation will skip the entire test set if there is no cuda available
* the actual intention is to loop all devices (cpu, meta, cuda) and only skip cuda if not available.
Reviewed By: dstaay-fb
Differential Revision: D68373224
fbshipit-source-id: 28c8b12a61213ebfc794b07f51e5eff77f13938a
0 commit comments