mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 11:32:10 +00:00
fix the sp
This commit is contained in:
@@ -118,6 +118,8 @@ class FlashAttentionLoader(KernelLoader):
|
||||
FlashAttentionSdpaCudaExtension,
|
||||
]
|
||||
|
||||
class FlashAttentionDaoLoader(KernelLoader):
|
||||
REGISTRY = [FlashAttentionDaoCudaExtension]
|
||||
|
||||
class FlashAttentionWithCustomMaskLoader(KernelLoader):
|
||||
REGISTRY = [FlashAttentionNpuExtension, FlashAttentionSdpaCudaExtension]
|
||||
|
Reference in New Issue
Block a user