If you’re ever getting “no such instruction” errors using Theano, e.g.,
no such instruction: `vmovd %rax, %xmm0′
try inserting the following lines into ~/.theanorc (create if missing)
[gcc] cxxflags=-mno-avx
More info on stackoverflow.
If you’re ever getting “no such instruction” errors using Theano, e.g.,
no such instruction: `vmovd %rax, %xmm0′
try inserting the following lines into ~/.theanorc (create if missing)
[gcc] cxxflags=-mno-avx
More info on stackoverflow.