Revert "[Kernel] add custom moe ops for prefill" (#4806)
Reverts vllm-project/vllm-ascend#4194 as it broke CI in https://github.com/vllm-project/vllm-ascend/actions/runs/20030369087/job/57437687382?pr=4791 Co-authored-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
#ifndef NOTIFY_DISPATCH_TILING_H
|
||||
#define NOTIFY_DISPATCH_TILING_H
|
||||
|
||||
#include "kernel_tiling/kernel_tiling.h"
|
||||
|
||||
struct NotifyDispatchInfo {
|
||||
uint32_t rankSize;
|
||||
uint32_t rankId;
|
||||
uint32_t localRankSize;
|
||||
uint32_t localRankId;
|
||||
uint32_t sendCount;
|
||||
uint32_t numTokens;
|
||||
uint32_t aivNum;
|
||||
uint64_t totalUbSize;
|
||||
};
|
||||
|
||||
struct NotifyDispatchTilingData {
|
||||
Mc2InitTiling mc2InitTiling;
|
||||
Mc2CcTiling mc2CcTiling1;
|
||||
NotifyDispatchInfo notifyDispatchInfo;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user