Skip to content

Commit c755d48

Browse files
committed
fix typo
Signed-off-by: ChenxiQ <chenxi.qian.cq@outlook.com>
1 parent 563f720 commit c755d48

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

csrc/lightning_attention_decode/lightning_attention_docode_torch_adpt.h renamed to csrc/lightning_attention_decode/lightning_attention_decode_torch_adpt.h

File renamed without changes.

csrc/lightning_attention_decode/op_host/aclnn_lightning_attention_decode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extern "C" {
1818
#endif
1919

20-
/* funtion: aclnnLightningAttentionDecodeGetWorkspaceSize
20+
/* function: aclnnLightningAttentionDecodeGetWorkspaceSize
2121
* parameters :
2222
* query : required
2323
* key : required
@@ -44,7 +44,7 @@ aclnnStatus aclnnLightningAttentionDecodeGetWorkspaceSize(
4444
uint64_t *workspaceSize,
4545
aclOpExecutor **executor);
4646

47-
/* funtion: aclnnLightningAttentionDecode
47+
/* function: aclnnLightningAttentionDecode
4848
* parameters :
4949
* workspace : workspace memory addr(input).
5050
* workspaceSize : size of workspace(input).

csrc/lightning_attention_prefill/op_host/aclnn_lightning_attention_prefill.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extern "C" {
1818
#endif
1919

20-
/* funtion: aclnnLightningAttentionPrefillGetWorkspaceSize
20+
/* function: aclnnLightningAttentionPrefillGetWorkspaceSize
2121
* parameters :
2222
* query : required
2323
* key : required
@@ -47,7 +47,7 @@ aclnnStatus aclnnLightningAttentionPrefillGetWorkspaceSize(
4747
uint64_t *workspaceSize,
4848
aclOpExecutor **executor);
4949

50-
/* funtion: aclnnLightningAttentionPrefill
50+
/* function: aclnnLightningAttentionPrefill
5151
* parameters :
5252
* workspace : workspace memory addr(input).
5353
* workspaceSize : size of workspace(input).

csrc/torch_binding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#include "moe_init_routing_custom/moe_init_routing_custom_torch_adpt.h"
4444
#include "sparse_flash_attention/sparse_flash_attention_torch_adpt.h"
4545
#include "lightning_indexer_quant/lightning_indexer_quant_torch_adpt.h"
46-
#include "lightning_attention_decode/lightning_attention_docode_torch_adpt.h"
46+
#include "lightning_attention_decode/lightning_attention_decode_torch_adpt.h"
4747
#include "lightning_attention_prefill/lightning_attention_prefill_torch_adpt.h"
4848
#include <c10/core/Device.h>
4949
#include <c10/util/Exception.h>

0 commit comments

Comments
 (0)