cissoidx commented on issue #17070:
URL: https://github.com/apache/tvm/issues/17070#issuecomment-2153835661
the demo_cpu also fails
```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.
```
--
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]