PaddleCustomDevice icon indicating copy to clipboard operation
PaddleCustomDevice copied to clipboard

运行python -c "import paddle; paddle.utils.run_check()"出错

Open yuluzhong opened this issue 1 year ago • 0 comments


C++ Traceback (most recent call last):

0 paddle::framework::ThreadPoolTemplpaddle::framework::StlThreadEnvironment::WorkerLoop(int) 1 paddle::framework::PirInterpreter::RunInstructionBaseAsync(unsigned long) 2 paddle::framework::PirInterpreter::RunInstructionBase(paddle::framework::InstructionBase*) 3 paddle::framework::PhiKernelInstruction::Run() 4 void custom_kernel::MatmulKernel<float, phi::CustomContext>(phi::CustomContext const&, phi::DenseTensor const&, phi::DenseTensor const&, bool, bool, phi::DenseTensor*) 5 aclnnMatmul 6 InitL2Phase2Context(char*, aclOpExecutor*) 7 GetOpExecCacheFromExecutor(aclOpExecutor*)


Error Message Summary:

FatalError: Segmentation fault is detected by the operating system. [TimeInfo: *** Aborted at 1731662312 (unix time) try "date -d @1731662312" if you are using GNU date ***] [SignalInfo: *** SIGSEGV (@0x158c) received by PID 5516 (TID 0xfffd88ef5160) from PID 5516 ***] 报错内容如上,是什么原因呢?

yuluzhong avatar Nov 15 '24 09:11 yuluzhong