You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>versioninfo()
Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-2714:19 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (x86_64-apple-darwin22.4.0)
CPU:12×Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads:6 default, 0 interactive, 3 GC (on 12 virtual cores)
Environment:
JULIA_NUM_THREADS =6
julia> Pkg.status()
Status `/private/var/folders/z7/0fkyw8ms795b7znc_3vbvrsw0000gn/T/jl_9hQ5av/Project.toml`
[f68482b8] Cthulhu v2.14.0
Note that this is also an issue for (soon-to-be-renamed) Tapir.jl . I'll be attempting to debug what's going on to cause this in Tapir.jl, and will let you know if I manage to figure out what's going on, but you might figure it out before me!
The text was updated successfully, but these errors were encountered:
willtebbutt
changed the title
Inference Issues with CthulhuInterpreter vs NativeInterpreter
Inference issue with CthulhuInterpreter vs NativeInterpreter
Aug 30, 2024
I've identified a situation in which the
CthulhuInterpreter
andNativeInterpreter
yield different results:Info for reproduction:
Note that this is also an issue for (soon-to-be-renamed) Tapir.jl . I'll be attempting to debug what's going on to cause this in Tapir.jl, and will let you know if I manage to figure out what's going on, but you might figure it out before me!
The text was updated successfully, but these errors were encountered: