You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think NNPACK works on Windows even if you fix the CMakeLists
If that's the case, there needs to be a case that deals with that and prints out a MESSAGE(FATAL_ERROR ...). I'm totally new to NNPACK and was merely trying to use tiny-dnn...
Configuring NNPACK I get a fatal error:
Platform: MSYS2 MINGW64 on a 64-bit Windows machine.
NNPACK/CMakeLists.txt
Lines 49 to 56 in 57616b9
Cause:
This all happens because
CMAKE_SYSTEM_PROCESSOR
is really justCMAKE_HOST_SYSTEM_PROCESSOR
.And PROCESSOR_ARCHITECTURE may be either
x86
,IA64
orAMD64
See here.The text was updated successfully, but these errors were encountered: