Commit 2ad173d
authored
fix: nested block on, make
Calling `block_on` in `load_patches_to_gpu` caused a crash when running
the benchmark, as the bench runner also calls block on which led to
nested executors. Copies and async usage will be reworked holistically
as part of the bigger work stream making data loading fast.
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>materialize async (#7618)1 parent 91a6b57 commit 2ad173d
6 files changed
Lines changed: 69 additions & 68 deletions
File tree
- vortex-cuda
- benches
- src
- dynamic_dispatch
- hybrid_dispatch
- kernel
- patches
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | | - | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments