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,20 +0,0 @@
|
||||
#ifndef DISPATCH_LAYOUT_TILING_H
|
||||
#define DISPATCH_LAYOUT_TILING_H
|
||||
|
||||
#include "kernel_tiling/kernel_tiling.h"
|
||||
|
||||
struct DispatchLayoutInfo {
|
||||
uint32_t numTokens;
|
||||
uint32_t numRanks;
|
||||
uint32_t numExperts;
|
||||
uint32_t numTopk;
|
||||
uint64_t totalUbSize;
|
||||
};
|
||||
|
||||
struct DispatchLayoutTilingData {
|
||||
Mc2InitTiling mc2InitTiling;
|
||||
Mc2CcTiling mc2CcTiling1;
|
||||
DispatchLayoutInfo dispatchLayoutInfo;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user