Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-07 | 0 | 0 | 0 | 0 | 96 |
| 2026-09-06 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-05 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-04 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-02 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-01 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-27 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-26 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-25 | 0 | 0 | 0 | 0 | 0 |
Opened: 0
Closed: 0
Comments: 0
Events: 0
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#10692 CPU greater and greater_equal incorrectly return True for comparisons involving NaN Opened 1 month ago | ALinrunrun | open | bug community | 0 | 0 | 1 month ago |
#10298 Undefined LLVM function while trying to load oneflow Opened 3 years ago | irshadcc | closed - not_planned | bug community | 2 | 0 | 2 months ago |
#9398 RuntimeError: This package is a placeholder. Please install oneflow following the instructions Opened 4 years ago | shileims | open | bug community | 10 | 0 | 7 months ago |
#10671 [bug] CrossEntropyLoss with wrong target shape aborts process (C++ CHECK) instead of raising Python error Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 9 months ago |
#10670 [bug] MaxUnpool2d with invalid indices (-1) crashes process instead of raising Python error Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 9 months ago |
#10689 Segmentation Fault (Core Dumped) When Adding Tensor and nn.Linear Module in Eager Mode Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10688 Fatal Abort with Core Dump on Index Out of Bounds with randperm and Tensor Reshaping Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10687 NameError in Graph Mode with Dynamic Module Addition to `nn.ModuleDict` in Forward Pass Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10686 AssertionError in Graph Mode with Slice Operation on `nn.ParameterList` Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10685 RuntimeError in Graph Mode with Custom Tensor Subclasses Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10684 RuntimeError in Graph Mode with flow.unique Operator Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10683 RuntimeError in Graph Mode with Tensor Indexing Assignment in Forward Pass Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10682 RuntimeError in Graph Mode with Tuple Inputs in `forward` Method Opened 10 months ago | LiSsHhUuAaIi | open | bug community | 0 | 0 | 10 months ago |
#10681 [bug][nn.CrossEntropyLoss] Wrong-shaped target causes internal CHECK failure (is_initialized()) and abort instead of shape-mismatch error Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10680 [bug][graph] Segfault when reading a registered buffer via module._buffers["0"] inside forward (eager OK) Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10679 [bug][graph] Advanced indexing assignment with negative indices crashes in Graph mode (RuntimeError: This is a oneflow bug …) Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10678 [bug][nn.Graph] In-place advanced indexing assignment (y[idx0, idx1] = v) crashes during Graph build ("This is a oneflow bug") Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10677 [bug][nn.Graph] pack_padded_sequence → LSTM → pad_packed_sequence crashes during Graph build ("This is a oneflow bug") Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10676 [bug][nn.Graph] stft with registered window and pad_mode='reflect' crashes in Graph mode ("This is a oneflow bug") Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10675 [bug][nn.Graph] flow.full with 0-D Graph proxy tensor as fill_value crashes with "This is a oneflow bug" Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10674 [bug][nn.Graph] deepcopy(Graph) raises KeyError('_backward_hooks') (should be unsupported with clear TypeError or deep-copiable) Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10673 [bug][nn.Graph] Accessing submodules/buffers/params via user dict leads to segfault (should hard-error with clear message) Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10672 [bug] flow.inverse on singular matrix triggers FATAL abort instead of raising RuntimeError Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10669 [bug] `F.adaptive_max_pool2d` with `non-4D` input crashes the process (C++ CHECK abort) instead of raising a Python error Opened 11 months ago | tinywisdom | open | bug community | 0 | 0 | 11 months ago |
#10666 Segmentation fault (core dumped) in `flow.eye+ diag` Opened 1 year ago | Daisy2ang | open | bug community | 1 | 0 | 1 year ago |