-
Notifications
You must be signed in to change notification settings - Fork 69
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
Missing 2-argument method for bitcast!
#1674
Comments
@MilesCranmer can you see if this fixes it: #1679 |
It looks like there just isn't a 2-argument julia> using LLVM
julia> LLVM.bitcast! |> methods
# 2 methods for generic function "bitcast!" from LLVM:
[1] bitcast!(builder::IRBuilder, Val::Value, DestTy::LLVMType, Name::String)
@ ~/.julia/packages/LLVM/5DlHM/src/irbuilder.jl:343
[2] bitcast!(builder::IRBuilder, Val::Value, DestTy::LLVMType)
@ ~/.julia/packages/LLVM/5DlHM/src/irbuilder.jl:343 |
whoops sorry put arg in the wrong place, retry? |
Thanks, that fixed the original issue. Now I get a segfault, though presumably it's from something different? https://github.com/SymbolicML/DynamicExpressions.jl/actions/runs/10117201276/job/27981679660?pr=91#step:6:523. Will |
Seemingly different -- but having an absolute MWE of that would be immensely useful to fix |
I think this line:
Enzyme.jl/src/compiler.jl
Line 6622 in 5fc2309
calls a method that does not exist? We are running into an error for it here: SymbolicML/DynamicExpressions.jl#91 (comment)
The text was updated successfully, but these errors were encountered: