Closed crackcomm closed 4 years ago
I've never encountered this kind of error but "illegal instruction" usually refers to your cpu not supporting some extension used by the library (as per your edit). Maybe you should recompile pytorch from source or try on another platform?
I will close since it seems like it was a library compiled with unsupported instructions.
Hi. I have a problem with creating small matrices using randn:
It does not work for sizes smaller than
16
. Built with libtorch 1.5.0 that's linked in README.Strace:
Entire valgrind log.
In the meantime I can do that successfully:
Also a question, how can I run tests in ocaml-torch?
Edit: It's highly likely that the libtorch is compiled with SSE4 or other that my CPU doesn't support.