Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
graph-autofusion
/
super_kernel
/
tests
/
aot
/
ut
/
stub
/
runtime
下载当前目录
A
Achilles_d
Support L0 exception to store error sub operator information in SK
c146fd16
创建于
7 天前
历史提交
文件
最后提交记录
最后更新时间
base.h
Support L0 exception to store error sub operator information in SK
7 天前
kernel.h
test(superkernel): add test cases for SIMT operator detection coverage Test coverage additions: - GetOption(SkInnerOptionType) for inner options retrieval - ApplySoCSpecificOptions behavior verification - ToJson inner_options content validation - KernelInfos isSimtOp flag and Format output - SimtAivType stub with SetSimtAivType control function - AIV type values (SIMD=1, SIMT_VF_ONLY=3, SIMD_SIMT_MIX=4) Added tests in test_sk_options_manager.cpp: - GetInnerOption_EnableMixKernelSplit - GetInnerOption_EnableSimtOpCheck - GetInnerOption_InvalidType - ToJson_InnerOptionsContent - ApplySoCSpecificOptions_NonAscend950 - SetInnerOptionValue Added tests in test_sk_node.cpp: - KernelInfos_IsSimtOpFlag - KernelInfos_FormatWithSimtFlag - SimtAivType_SimdOnly - SimtAivType_SimtVfOnly - SimtAivType_SimdSimtMix Modified stub to support SIMT testing: - Added SetSimtAivType(uint32_t) to control return value - rtFunctionGetMetaInfo now uses RT_FUNCTION_TYPE_AIV_TYPE_FLAG
13 天前