Unverified Commit 065e523d authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny allow DeepGEMM on cu12.9 (#9858)

parent 7de2ce45
......@@ -11,9 +11,6 @@ def _compute_enable_deep_gemm():
sm_version = get_device_sm()
if sm_version < 90:
return False
# TODO fix deepgemm cu129 fp8 issue
if torch.version.cuda == "12.9":
return False
try:
import deep_gemm
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment