MindSpore2.3.1安装报错
收藏回复举报
MindSpore2.3.1安装报错
t('forum.solved') 已解决
发表于2024-10-31 15:33:29
0 查看

【环境】Atlas 300I Pro,Ascend HDK24.1.rc2,CANN8.0.RC2,银河麒麟桌面版GFB(内核5.4.18-87.76-generic)

【问题】安装MindSpore2.3.1报错

cke_2860.png

【报错日志】

 

/root/miniconda3/envs/ms/lib/python3.10/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. 

  setattr(self, word, getattr(machar, word).flat[0]) 

/root/miniconda3/envs/ms/lib/python3.10/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. 

  return self._float_to_str(self.smallest_subnormal) 

/root/miniconda3/envs/ms/lib/python3.10/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. 

  setattr(self, word, getattr(machar, word).flat[0]) 

/root/miniconda3/envs/ms/lib/python3.10/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. 

  return self._float_to_str(self.smallest_subnormal) 

MindSpore version:  2.3.1 

MindSpore running check failed. 

Call aclnnMul failed, detail:EZ9903: 2024-10-31-15:19:58.508.568 rtKernelLaunchWithHandleV2 failed: 207001[THREAD:2317] 

        Solution: In this scenario, collect the plog when the fault occurs and locate the fault based on the plog. 

        TraceBack (most recent call last): 

        pool is nullptr or id less than zero, now id=-1, pool=(nil).[FUNC:GetItemById][FILE:pool.cc][LINE:265][THREAD:2317] 

        load args failed, retCode=0x711000e.[FUNC:Load][FILE:arg_loader.cc][LINE:345][THREAD:2317] 

        Failed to load args and l2ctrl, stream_id=9, retCode=0x711000e.[FUNC:LaunchKernelWithHandle][FILE:context.cc][LINE:855][THREAD:2317] 

        rtKernelLaunchWithHandleV2 execute failed, reason=[alloc memory error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53][THREAD:2317] 

        rtKernelLaunchWithHandleV2 failed: 207001[THREAD:2317] 

        #### KernelLaunch failed: /usr/local/Ascend/ascend-toolkit/8.0.RC2/opp/built-in/op_impl/ai_core/tbe//kernel/ascend310p/mul/Mul_ee98c6628030785f610b924ab1557b31_high_performance.o[THREAD:2317] 

        Kernel Run failed. opType: 3, Mul[THREAD:2317] 

        launch failed for Mul, errno:361001.[THREAD:2317] 

 

---------------------------------------------------- 

- C++ Call Stack: (For framework developers) 

---------------------------------------------------- 

mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/auto_generate/mul.cc:53 operator() 

我要发帖子