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
Allow FBGEMM_TBE_BOUNDS_CHECK_MODE to take effect when using mode 4,5,6 (#3838)
Summary:
X-link: facebookresearch/FBGEMM#925
This diff allows to set V2 check bound mode via env var `FBGEMM_TBE_BOUNDS_CHECK_MODE`, by setting its value to 4 (V2_IGNORE), 5 (V2_WARNING), 6 (V2_FATAL)
Previously, we can only get v2 check bound mode if bounds_check_mode is set to mode prefixed with V2.
Reviewed By: sryap
Differential Revision: D71344486
0 commit comments