Replies: 7 comments
-
|
Hey, this is the MXNet Label Bot. |
Beta Was this translation helpful? Give feedback.
-
|
@mxnet-label-bot update [build, question] |
Beta Was this translation helpful? Give feedback.
-
|
This is working for some people: I also have WIP PR for the setup instructions here: |
Beta Was this translation helpful? Give feedback.
-
|
Does it solve this problem?@vdantu |
Beta Was this translation helpful? Give feedback.
-
|
The instructions allow you to build, but they are based on the "make" build system which doesn't have TensorRT support. When I try compile using cmake which does have the TensorRT option I get the same error. |
Beta Was this translation helpful? Give feedback.
-
|
Check how it is done in ci. Arm doesn't have sse instructions. You need a propper make config . This is working in CI folder check functions.sh |
Beta Was this translation helpful? Give feedback.
-
|
Disable sse. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Failed with fatal error: emmintrin.h: No such file or directory on jetson nano trying build mxnet master branch from source.
Environment info (Required)
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio):
MXNet commit hash:
8c2a25f
Build config:
Follow instructions from
http://mxnet.incubator.apache.org/versions/master/install/index.html?version=master&platform=Devices&language=Python&processor=CPU
NVIDIA Jetson
Error Message:
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
#1916
#5746
Beta Was this translation helpful? Give feedback.
All reactions