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

uos系统下python3.7 -m jittor.test.test_example报错 #227

Open KeVincechen opened 3 years ago

KeVincechen commented 3 years ago

环境:uos系统,aarch64框架,报错如下: Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details import(pkg_name) File "/home/kanq/.local/lib/python3.7/site-packages/jittor/init.py", line 18, in from . import compiler File "/home/kanq/.local/lib/python3.7/site-packages/jittor/compiler.py", line 1049, in compile(cc_path, cc_flags+opt_flags, files, 'jittor_core'+extension_suffix) File "/home/kanq/.local/lib/python3.7/site-packages/jittor/compiler.py", line 91, in compile jit_utils.run_cmds(cmds, cache_path, jittor_path, "Compiling "+base_output) File "/home/kanq/.local/lib/python3.7/site-packages/jittor_utils/init.py", line 178, in runcmds for i, in enumerate(p.imap_unordered(do_compile, cmds)): File "/usr/lib/python3.7/multiprocessing/pool.py", line 748, in next raise value RuntimeError: [f 0618 15:03:49.182643 84 log.cc:354] Check failed ret(256) == 0(0) Run cmd failed: cd /home/kanq/.cache/jittor/default/g++ && /usr/local/cuda-10.0/bin/nvcc /home/kanq/.local/lib/python3.7/site-packages/jittor/src/misc/nan_checker.cu -std=c++14 -Xcompiler -fPIC -Xcompiler -march=native -Xcompiler -fdiagnostics-color=always -I/home/kanq/.local/lib/python3.7/site-packages/jittor/src -I/usr/include/python3.7m -I/usr/include/python3.7m -DHAS_CUDA -I'/usr/local/cuda-10.0/include' -I'/home/kanq/.local/lib/python3.7/site-packages/jittor/extern/cuda/inc' -I/home/kanq/.cache/jittor/default/g++ -O2 -x cu --cudart=shared -ccbin='/usr/bin/g++' -w -I'/home/kanq/.local/lib/python3.7/site-packages/jittor/extern/cuda/inc' -c -o /home/kanq/.cache/jittor/default/g++/obj_files/nan_checker.cu.o

Jittor commented 3 years ago

谢谢您的反馈,我们将尽快对uos下的aarch64进行支持

Jittor commented 3 years ago

我们目前没有该环境的机器,请问如何获取呢?如果有环境我们就能很快支持~ 如果您对jittor在uos下的使用感兴趣,您可以加我微信randonglang

KeVincechen commented 3 years ago

我们目前没有该环境的机器,请问如何获取呢?如果有环境我们就能很快支持~ 如果您对jittor在uos下的使用感兴趣,您可以加我微信randonglang

您好,您的微信加不上

Jittor commented 3 years ago

不好意思,是randonlang

---原始邮件--- 发件人: @.> 发送时间: 2021年6月18日(周五) 下午3:44 收件人: @.>; 抄送: @.**@.>; 主题: Re: [Jittor/jittor] uos系统下python3.7 -m jittor.test.test_example报错 (#227)

我们目前没有该环境的机器,请问如何获取呢?如果有环境我们就能很快支持~ 如果您对jittor在uos下的使用感兴趣,您可以加我微信randonglang

您好,您的微信加不上

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Jittor commented 3 years ago

配置了一些环境变量以后可以成功运行了 cc_path=g++-7 os_key=ubuntu-aarch64 use_mkl=0 python3 -m jittor.test.test_resnet