-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方代码demo2运行出错,Failed reason:[f 0607 18:22:10.963000 08 parallel_compiler.cc:329] Error happend during compilation #10
Comments
我也遇到了同样的问题 loss_item = loss.item() Types of your inputs are: The function declarations are: Failed reason:[f 1101 14:15:13.090000 16 parallel_compiler.cc:331] Error happend during compilation: Reason: [f 1101 14:15:13.087000 16 log.cc:608] Check failed ret(1) == 0(0) Run cmd failed: "C:\Users\dsc17.cache\jittor\jtcuda\cuda11.2_cudnn8_win\bin\nvcc.exe" "C:\Users\dsc17.cache\jittor\jt1.3.8\cl\py3.8.18\Windows-10-10.xd6\13thGenIntelRCxf6\default\cu11.2.67\jit\cub_arg_reduce__Tx_float32__Toffsets_int32__FUNC_ArgMax__JIT_1__JIT_cuda_1__index_t_int32_hash_185c6e55f8d31f3f_op.cc" -shared -L"c:\c\anaconda\envs\pmp\libs" -lpython38 -Xcompiler -EHa -Xcompiler -MD -Xcompiler -utf-8 -I"C:\Users\dsc17.cache\jittor\msvc\VC\include" -I"C:\Users\dsc17.cache\jittor\msvc\win10_kits\include\ucrt" -I"C:\Users\dsc17.cache\jittor\msvc\win10_kits\include\shared" -I"C:\Users\dsc17.cache\jittor\msvc\win10_kits\include\um" -DNOMINMAX -L"C:\Users\dsc17.cache\jittor\msvc\VC\lib" -L"C:\Users\dsc17.cache\jittor\msvc\win10_kits\lib\um\x64" -L"C:\Users\dsc17.cache\jittor\msvc\win10_kits\lib\ucrt\x64" -I"c:\c\anaconda\envs\pmp\lib\site-packages\jittor\src" -I"c:\c\anaconda\envs\pmp\include" -DHAS_CUDA -DIS_CUDA -I"C:\Users\dsc17.cache\jittor\jtcuda\cuda11.2_cudnn8_win\include" -I"c:\c\anaconda\envs\pmp\lib\site-packages\jittor\extern\cuda\inc" -lcudart -L"C:\Users\dsc17.cache\jittor\jtcuda\cuda11.2_cudnn8_win\lib\x64" -L"C:\Users\dsc17.cache\jittor\jtcuda\cuda11.2_cudnn8_win\bin" -I"C:\Users\dsc17.cache\jittor\jt1.3.8\cl\py3.8.18\Windows-10-10.xd6\13thGenIntelRCxf6\default\cu11.2.67" -L"C:\Users\dsc17.cache\jittor\jt1.3.8\cl\py3.8.18\Windows-10-10.xd6\13thGenIntelRCxf6\default\cu11.2.67" -L"C:\Users\dsc17.cache\jittor\jt1.3.8\cl\py3.8.18\Windows-10-10.xd6\13thGenIntelRCxf6\default" -l"jit_utils_core.cp38-win_amd64" -l"jittor_core.cp38-win_amd64" -x cu --cudart=shared -ccbin="C:\Users\dsc17.cache\jittor\msvc\VC_____\bin\cl.exe" --use_fast_math -w -I"c:\c\anaconda\envs\pmp\lib\site-packages\jittor\extern/cuda/inc" -arch=compute_86 -code=sm_86 -I"C:\C\anaconda\envs\PMP\Lib\site-packages\jittor\extern\cuda\cub\inc" -I"C:\C\anaconda\envs\PMP\Lib\site-packages\jittor\extern\cuda\cub\ops" -I"c:\c\anaconda\envs\pmp\lib\site-packages\jittor\extern\cuda\inc" -I"c:\c\anaconda\envs\pmp\lib\site-packages\jittor\extern\cuda\cub\inc" -L"C:\Users\dsc17.cache\jittor\jt1.3.8\cl\py3.8.18\Windows-10-10.xd6\13thGenIntelRCxf6\default\cu11.2.67\custom_ops" -l"gen_ops_cub_argsort_cub_arg_reduce_cub_cumsum_cub____hash7542fc.cp38-win_amd64" -o "C:\Users\dsc17.cache\jittor\jt1.3.8\cl\py3.8.18\Windows-10-10.xd6\13thGenIntelRCxf6\default\cu11.2.67\jit\cub_arg_reduce__Tx_float32__Toffsets_int32__FUNC_ArgMax__JIT_1__JIT_cuda_1__index_t_int32_hash_185c6e55f8d31f3f_op.dll" -Xlinker -EXPORT:"?jit_run@CubArgReduceOp@jittor@@QEAAXXZ" |
请问您解决了这个问题了吗? 可以帮帮我吗? |
抱歉回复晚了。 时间过去了挺久,我看着这些记录,我记不得具体怎么解决了。但是我可以给您一个可以在 windows 11 下已经解决好的环境:
总之,我一开始没有按照官方教程安装的,所以会有很多问题。建议您用官方的方法进行安装:jittor download |
您好,在准备Jittor比赛的过程中,运行官方代码 https://github.com/Jittor/jrender 出错,我的环境是windows11,已经按照官网 https://cg.cs.tsinghua.edu.cn/jittor/download/ 的步骤安装好,运行以下测试命令均无出错:
我的conda环境如下:
我的cuda版本是:
在运行demo2和demo3的过程中都出现了类似的问题,貌似是因为nvcc编译这个文件出错了
完整的调试输出如下:
希望能得到您们的解答。
现在jittor的网上bug解决方法还不多,这个感觉是jittor的生态还没很好建立起来。佩服你们的付出,一起推动国产深度框架的发展吧。
The text was updated successfully, but these errors were encountered: