-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make fails with segfault in inference.ji on version 0.5 #17645
Comments
Do you see warnings about |
@yuyichao Yes, 80 instances in the entire output beginning with:
...... |
As suggested, |
Were these issues resolved? I'm failing on the same line on v0.6-rc2 (Win 7, Intel Xeon CPU E5-1620). I will try it on a newer machine at some point. A fresh clone of git and 'make -C deps distclean-llvm' does not fix the problem. I attempted to build with MKL and ran into the following.
XC_HOST = x86_64-w64-mingw32 USE_GPL_LIBS = 0 MARCH = native USEICC = 0 USEIFC = 0 USE_INTEL_MKL = 1 USE_INTEL_MKL_FFT = 1 USE_INTEL_LIBM = 1 So I tried LLVM 4, but it fails sooner in the build.
XC_HOST = x86_64-w64-mingw32 LLVM_VER = 4.0.0 USE_GPL_LIBS = 0 MARCH = native (or x86-64) |
Looks like you're missing libopenlibm |
Does setting USE_INTEL_LIBM replace libopenlibm? I tried it without success setting only MKL_FFT=1 but I can't remember now if it was on a fresh git clone. |
In last 24 hours there have been a number of changes resulting from a git pull including an llvm recompile. Yesterday make and make testall ran fine, but this morning make is failing:
If this is not enough info, I can provide the entire output but it is quite long.
The text was updated successfully, but these errors were encountered: