-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Error occurred while compiling code that includes using LoopVectorization
#939
Comments
I think this is a duplicate of #513 |
Actually, Sys.CPU_NAME is a variable defined by the Julia system. I can't understand why "not defined" is happening. |
I encountered another error related to FFTW.jl that is a JuliaMatch package [https://github.com/JuliaMath/FFTW.jl]. Closest candidates are: Stacktrace: |
Those both look like issues related to the fact that Although, I am a bit confused how FFTW.jl was ever working with PackageCompiler (the source has some explicit references to it, so it must have worked at some point). I would have expected the package to always fail when trying to run that top-level code, since the JLL will look initialized for pkgimage builds but not for the sysimage built by PackageCompiler. |
The error information is shown in the following:
PackageCompiler: compiling nonincremental system imageUndefVarError:
CPU_NAME
not definedThe text was updated successfully, but these errors were encountered: