提交 ece454fd 编写于 作者: M Megvii Engine Team

fix(third_party): fix cpuinfo related to sve2

GitOrigin-RevId: 51a3facd0509a3de95476c8054626747ecbd1c43
上级 c1c1d6d1
......@@ -201,7 +201,10 @@ TEST(ARM_RUNTIME, CPUINFO_SDM8GEN1) {
ASSERT_TRUE(cpuinfo_has_arm_neon_dot());
ASSERT_FALSE(cpuinfo_has_arm_sve2());
//! Different devices which are the "right_soc" may support or don't support
//! sve2, so comment the below code. When the SVE2 instruction set is used,
//! please uncomment it and fix the bug.
// ASSERT_FALSE(cpuinfo_has_arm_sve2());
#if MEGDNN_AARCH64
ASSERT_TRUE(cpuinfo_has_arm_i8mm());
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册