-
## Summary
Compilation of master branch on Ubuntu 24.04 Fails
## System configuration
System information:
OS: Ubuntu 24.04
CPU: 14900k
GPU: 2x 4090
Python version: 3.12.4
LLV…
-
Opening a new issue with a weird error I'm seeing when trying to use Enzyme. The output is:
```
JIT session error: In graph -jitted-objectbuffer, section __TEXT,__text: relocation target "l___unn…
-
I am on Julia 1.8.5 and Enzyme main (16818fd3d39d0583915aee38595b54a7fcce6b58). The following work:
```julia
using Enzyme
autodiff(Reverse, x -> x * 2.0, Active, Active(Float64(1.0))) # ((2.0,),)
…
-
- [x] Checked for duplicates
### Describe the bug
A picture is worth a thousand words:
![segfault](https://user-images.githubusercontent.com/2858291/185190563-fac7b576-6a4b-46b9-bba5-1e847d37…
-
Dear LLVM team,
a while back, I ported an application from MCJIT to ORCv2/LLJIT (using the C bindings). One feature that was lost during this rewrite was the ability to control the method used to p…
-
```julia
using CUDA, Enzyme
w = cu(rand(Float32, 10, 10))
b = cu(rand(Float32, 10))
x = cu(rand(Float32, 10, 10))
act = x -> max(0f0, x)
function loss_function(act, w, x, b)
return sum(…
-
# Description
Gandiva currently employs MCJIT as its internal JIT engine. However, LLVM has introduced a newer JIT API known as ORC v2/LLJIT [1], which presents several advantages over MCJIT:
* Ac…
niyue updated
10 months ago
-
Hi,
I noticed that unit tests, during recent ROOT 6.28 PRs, are failing as there were too many open file descriptors [a]. Looks like, for ROOT6.28 unit test `Validation/RecoTrack/test/testMakeTrac…
-
There's an ocean model I'd like to be able to use with Enzyme, but I've been hitting an "assertion failed" error early on in the integration function. I've been working on creating a MWE but it's a bi…
-
| | |
| --- | --- |
| Bugzilla Link | [52381](https://llvm.org/bz52381) |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@lhames,@xgupta |
## Extended Description
First, according to the tut…