cissoidx opened a new issue, #17070: URL: https://github.com/apache/tvm/issues/17070
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first :smile_cat: Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed. ### Expected behavior The docker image (ci_cpu) builds successfully. ### Actual behavior failed with the following error ```sh 40.25 [ 69%] Built target nnpack_reference_layers 40.88 [ 71%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 43.07 [ 72%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 43.44 [ 73%] Generating src/x86_64-fma/blas/s8gemm.py.o 43.56 [ 74%] Generating src/x86_64-fma/blas/c8gemm.py.o 43.76 [ 75%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 43.94 [ 77%] Generating src/x86_64-fma/blas/conv1x1.py.o 44.04 [ 78%] Generating src/x86_64-fma/blas/sgemm.py.o 44.18 [ 79%] Generating src/x86_64-fma/max-pooling.py.o 44.25 [ 80%] Generating src/x86_64-fma/relu.py.o 44.30 [ 81%] Generating src/x86_64-fma/softmax.py.o 44.57 [ 83%] Generating src/x86_64-fma/blas/sdotxf.py.o 44.78 [ 84%] Generating src/x86_64-fma/blas/shdotxf.py.o 44.81 Traceback (most recent call last): 44.81 File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main 44.81 return _run_code(code, main_globals, None, 44.81 File "/usr/lib/python3.8/runpy.py", line 87, in _run_code 44.81 exec(code, run_globals) 44.81 File "/NNPACK/deps/peachpy/peachpy/x86_64/__main__.py", line 282, in <module> 44.81 main() 44.81 File "/NNPACK/deps/peachpy/peachpy/x86_64/__main__.py", line 269, in main 44.81 execute_script(writers, options.input[0]) 44.81 File "/NNPACK/deps/peachpy/peachpy/x86_64/__main__.py", line 200, in execute_script 44.81 execute_script(writers, source_filename) 44.81 File "/NNPACK/deps/peachpy/peachpy/x86_64/__main__.py", line 200, in execute_script 44.81 execute_script(writers, source_filename) 44.81 File "/NNPACK/deps/peachpy/peachpy/x86_64/__main__.py", line 204, in execute_script 44.81 exec(code, globals()) 44.81 File "/NNPACK/src/x86_64-fma/blas/shdotxf.py", line 4, in <module> 44.81 from fp16.avx import fp16_alt_xmm_to_fp32_xmm 44.81 ModuleNotFoundError: No module named 'fp16.avx' 44.81 make[2]: *** [CMakeFiles/nnpack.dir/build.make:188: src/x86_64-fma/blas/shdotxf.py.o] Error 1 44.81 make[1]: *** [CMakeFiles/Makefile2:175: CMakeFiles/nnpack.dir/all] Error 2 44.81 make: *** [Makefile:136: all] Error 2 ------ Dockerfile.ci_cpu:82 -------------------- 80 | # NNPACK deps 81 | COPY install/ubuntu_install_nnpack.sh /install/ubuntu_install_nnpack.sh 82 | >>> RUN bash /install/ubuntu_install_nnpack.sh 83 | 84 | # ANTLR deps -------------------- ERROR: failed to solve: process "/bin/sh -c bash /install/ubuntu_install_nnpack.sh" did not complete successfully: exit code: 2 ERROR: docker build failed. ``` ### Environment Any environment details, such as: Operating System, TVM version, etc Ubuntu 22.04 Latest TVM code at 1f4c568bdd6f5392466a05921b2ff7ef600010fe ### Steps to reproduce ```sh ./docker/build.sh tvm.ci_cpu ### Triage Please refer to the list of label tags [here](https://github.com/apache/tvm/wiki/Issue-Triage-Labels) to find the relevant tags and add them below in a bullet format (example below). * needs-triage -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
