-
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
Workaround breakage in llvm.jl #1497
Conversation
x-ref: JuliaLLVM/LLVM.jl#414 |
@vchuravy apparenrlt we need to backported to 11 too see slack |
I pushed & tagged a deprecation, so this should be fixed for users. I would recommend pirating internals like that though. It's also not clear to me why you're overriding the function in the first place, https://github.com/EnzymeAD/Enzyme/blob/79e829910a63618e1bb5843b8564031a8345305c/enzyme/Enzyme/CApi.cpp#L913-L919 seems wrong (metadata can be attached to function values, not only instructions). |
Yeah but we only needed it to attach to instructions. But it’s awesome that
we won’t need to vendor that
…On Thu, Jun 6, 2024 at 7:04 PM Tim Besard ***@***.***> wrote:
I pushed & tagged a deprecation, so this should be fixed for users.
I would recommend pirating internals like that though. It's also not clear
to me why you're overriding the function in the first place,
https://github.com/EnzymeAD/Enzyme/blob/79e829910a63618e1bb5843b8564031a8345305c/enzyme/Enzyme/CApi.cpp#L913-L919
seems wrong (metadata can be attached to function values, not only
instructions).
—
Reply to this email directly, view it on GitHub
<#1497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTUXCVJWRUASHABW553R3ZGCI77AVCNFSM6AAAAABI5AFCZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJTGAYDCOJQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Enzyme.jl 0.11 only ever supported LLVM.jl v6 so no? |
Oh awesome then. And per the llvm.jl patch should we change this now to if
not defined valuemetadatadict
…On Thu, Jun 6, 2024 at 7:12 PM Valentin Churavy ***@***.***> wrote:
apparenrlt we need to backported to 11 too see slack
Enzyme.jl 0.11 only ever supported LLVM.jl v6 so no?
—
Reply to this email directly, view it on GitHub
<#1497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTUXEUSGSVXDA6XDFKP53ZGCJ7NAVCNFSM6AAAAABI5AFCZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJTGAZDGMJYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No description provided.