blob: ae6457151aaa64328b658b4e70d072d0ef9255ae [file] [log] [blame]
from .env import check_env_flag
if check_env_flag('NO_FBGEMM'):
USE_FBGEMM = False
else:
USE_FBGEMM = True