0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. graph-autofusion
  2. /
  3. super_kernel
  4. /
  5. tests
  6. /
  7. aot
  8. /
  9. ut
  10. /
  11. stub
  12. /
  13. runtime
AAchilles_dSupport 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 天前