dusty-nv / jetson-reinforcement

Deep reinforcement learning GPU libraries for NVIDIA Jetson TX1/TX2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
MIT License
880 stars 224 forks source link

OpenBLAS error JetPack 2.3 #3

Closed pythonanonuser closed 7 years ago

pythonanonuser commented 7 years ago

Tried building from source with the latest JetPack and got a compiling error when the script was building OpenBLAS.

gemv.c: In function ‘sgemv_’:
gemv.c:223:29: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function)
   if ( 1L * m * n < 2304L * GEMM_MULTITHREAD_THRESHOLD )
                             ^
gemv.c:223:29: note: each undeclared identifier is reported only once for each function it appears in
Makefile:841: recipe for target 'sgemv.o' failed

Any idea how to get this working? Thanks!

pythonanonuser commented 7 years ago

Nevermind, I got it to work. I was trying to build on an external drive which I guess wasn't configured properly. When I built from the main drive it worked.