Turn on DeepGemm By Default and Update Doc (#5628)
This commit is contained in:
@@ -25,7 +25,7 @@ if is_cuda():
|
||||
|
||||
sm_version = get_device_sm()
|
||||
if sm_version == 90:
|
||||
if get_bool_env_var("SGL_ENABLE_JIT_DEEPGEMM", default="false"):
|
||||
if get_bool_env_var("SGL_ENABLE_JIT_DEEPGEMM", default="true"):
|
||||
_ENABLE_JIT_DEEPGEMM = True
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user