Jittor / jittor

Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
https://cg.cs.tsinghua.edu.cn/jittor/
Apache License 2.0
3.08k stars 311 forks source link

Installation Error of Aborted #341

Open mfp0610 opened 2 years ago

mfp0610 commented 2 years ago

Describe the bug

Bug of core dumped when installing Jittor

Full Log

Using g++ for c/c++ compiler, and the cc_path and nvcc_path have been checked correct:

屏幕截图 2022-06-17 164722

mfp0610 commented 2 years ago

g++ 6.5.0 cuda 10.1

cxchhh commented 1 year ago

Hi there, I encounter the same problem. Have you fix it or locate the error?