[CI][lint] Add rule codespell back (#6236)
### What this PR does / why we need it?
After removing codepsell a while, we discovered that typo had a problem
correctly recognizing certain misspelled words, so I suggested adding it
back.
- vLLM version: v0.14.1
- vLLM main:
d68209402d
---------
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
@@ -177,7 +177,7 @@ __aicore__ inline void MoeV2ExpertTokenOut::CopyOutExpertTokensCumsum(bool isTai
|
||||
this->expertTokenValue += this->expertTokenIdxOutLocal.GetValue(i);
|
||||
this->expertTokenIdxOutLocal.SetValue(i, this->expertTokenValue);
|
||||
}
|
||||
// if the remianing UB is sufficient, use the UB space to copy
|
||||
// if the remaining UB is sufficient, use the UB space to copy
|
||||
// otherwise, copy the calculated data first, and then copy the last tokenValue to remaining expert position
|
||||
if (isTail && end <= this->expertNumUbAlign) {
|
||||
int64_t startAlign = Min(Align(copyLength, sizeof(int32_t)), end);
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace Catlass::Gemm::Tile {
|
||||
|
||||
static constexpr uint32_t ELE_NUM_PER_C0 = BYTE_PER_C0 / sizeof(Element); // int64, 32/8=4
|
||||
|
||||
// Mehtods
|
||||
// Methods
|
||||
|
||||
CATLASS_DEVICE
|
||||
CopyGmToL1() {};
|
||||
|
||||
Reference in New Issue
Block a user