-
I am on Julia 1.9.2, Enzyme main (31012f8b4b5f6d5699ded0bb9e7c184c4991312b), CUDA 4.4.1, Atomix 0.1.0, StaticArrays 1.6.5. The following used to work but now errors:
```julia
using Enzyme, CUDA, Ato…
-
I am on Enzyme main (9d6963c) and CUDA 5.1.1. This worked on CUDA 4.4.1 but now errors:
```julia
using Enzyme, CUDA, Atomix, StaticArrays, LinearAlgebra
struct HarmonicAngle{K, D}
k::K
…
-
**Describe the bug**
One node of the cluster of 3 nodes (3 partitions, 3 replication factor) has stuck during initialization for several days. 2 other nodes works normally.
The node receives a l…
-
**Describe the bug 🐞**
The trajectories of the N-ODE solution cut each other in the ODE solution.
**Expected behavior**
As of my understanding, N-ODE trajectories for different starting value…
-
**Sanity checks (read this first, then remove this section)**
- [x] Make sure you're reporting *a bug*; for general questions, please use Discourse or
Slack.
- [x] If you're dealing with a pe…
-
**Description**
Currently we start zeebe partition services only after atomix is fully started. That means if a node has 3 partitions, we wait until all 3 partitions has successfully started their ra…
-
**Describe the bug**
My neural network was training smoothly, but then I got a `StackOverflowError`. The stack trace suggests this was caused by `OutOfGPUMemoryError` being thrown.
I can't show …
-
**Describe the bug**
Creating a BF16 array fails on Julia 1.11.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
```julia
using BFloat16s # 0.5.0
using CUDA # 5.2.0
…
-
**Describe the bug**
When trying to replicate a > 8GB snapshot across nodes during startup, I observe a loop happening, which sometimes does resolve itself, but it's not clear why it's happening or…
-
I am on Enzyme main (1356ec5d81a631dc081674afb5623966f5a431ab), CUDA 4.4.1 and Julia 1.9.2. The following used to work but now errors. The longer error with `Enzyme.API.printall!(true)` is at [printal…