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 returning too early when setting options (pytorch#11156)
### Summary
Fixes a bug where we return too early since we are using a macro. This
is only apparent if `set_overridable_option` is used outside of a
top-level CMake file (i.e. different scope)
### Test plan
unittest + CI
0 commit comments