fix the sp

This commit is contained in:
wangbluo
2024-09-13 02:32:03 +00:00
parent a35a078f08
commit fdd84b9087
2 changed files with 30 additions and 4 deletions

View File

@@ -118,6 +118,8 @@ class FlashAttentionLoader(KernelLoader):
FlashAttentionSdpaCudaExtension,
]
class FlashAttentionDaoLoader(KernelLoader):
REGISTRY = [FlashAttentionDaoCudaExtension]
class FlashAttentionWithCustomMaskLoader(KernelLoader):
REGISTRY = [FlashAttentionNpuExtension, FlashAttentionSdpaCudaExtension]