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
Summary:
D24157062 (b744449) uses Config::validate() to set the default set of GPU activity types if none has been specified. Problem is that validate is not being called for the activity profiler.
This fix makes validate() a virtual function in AbstractConfig and calls it from parse() before returning.
Differential Revision: D24225040
fbshipit-source-id: 616ba3c457970d15363591a12c7be746ffdfec01
0 commit comments