Commit fee1d581 authored by zhuwenwen's avatar zhuwenwen
Browse files

remove redundant _flashmla_extension_C_AVAILABLE

parent 22c6c645
...@@ -28,7 +28,6 @@ if current_platform.is_cuda(): ...@@ -28,7 +28,6 @@ if current_platform.is_cuda():
_flashmla_extension_C_AVAILABLE = False _flashmla_extension_C_AVAILABLE = False
else: else:
_flashmla_extension_C_AVAILABLE = True _flashmla_extension_C_AVAILABLE = True
_flashmla_extension_C_AVAILABLE = True
if current_platform.is_rocm(): if current_platform.is_rocm():
import flash_mla_cuda import flash_mla_cuda
......
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