Closed mashu closed 10 months ago
I need to see the whole log to be helpful, can you pipe it to a file
Eg in a terminal do
julia myfile.jl &> out.txt
Hey, I had similar issue with Enzyme compilation related to LLVM. If you have installed Julia from a package manager(it was pacman for me in Arch linux), try installing it from the website. It worked for me.
@re1san I am using official tarball
I have provided ways (code, version..etc) all needed to reproduce the error. I assumed developer asking for error log was just doing it for convenience and not because they can't reproduce it?
@mashu what julia version and OS are you on, I cannot reproduce on my 1.10/ubuntu setup with Enzyme main.
GNU/Linux Debian (się), Julia installed by https://github.com/JuliaLang/juliaup Julia version 1.10. I'll try to setup Docker image later on today if that helps, which should reproduce the problem.
Yeah that would help since I cannot reproduce your error on current main. The error you found on the latest release is distinct and has already been fixed in main, so you only need to consider using Enzyme#main
Actually after latest enzyme version bump, problem is gone. I cloned git #master before but maybe it didn't get the right commit, I am not sure.. now things seems to be working fine. Thanks. Closing this.
throws this error, sadly I can see only end of it because Julia seems to be printing everything and it is too many lines for my terminal to see the begining
@wsmoses as requested, sorry I couldn't past the whole log
Older log before updating to Enzyme#master was