-
## User Interface
- [x] Sail CLI (#245)
- [x] Sail configuration (#279)
## Core Functionalities
- [x] Distributed processing setup (#244)
- [x] Distributed job stages and shuffle (#265)
- [x] …
-
Currently, we run the Tool (python+jar) on a single machine which is limited by the memory and compute of the host machine. However, Tools should have the capability to process large scale event logs.…
-
https://github.com/dmlc/xgboost/actions/runs/11753771153/job/32747003155
```
E distributed.client.FutureCancelledError: ('_argmax-06657a445bd2e0d811c6ff48d5860817', 24) cance…
-
**high priority**
Guys, how are you preparing the tasks for the VMs to work on? Is it possible to start processing in the streaming fashion, in other words, can you start processing as soon as firs…
vviro updated
7 years ago
-
### Problem
Single machine processing limits throughput and scalability.
### Solution
Implement distributed task queue across multiple GPU nodes.
### Functionality
- Multi-GPU support
- Load…
-
Like distributed queries in clickhouse, it would be great to have a (semi-)native way to process distributed queries.
For example, being able to divide the list of parquet files up on to multiple h…
-
Implement a simple distributed list processing framework where operations on lists are executed in separate processes, typically on different nodes in a cluster.
This would be a very simple form of…
-
A job has been started with the new code (sample_afe_calc) on 14 2.4-2.6 GHz processors for values t=.22,.40,.41,.42,.43,.44.
-
### 📚 The doc issue
It has been a while these tutorials have been updated. Since there are not active developments on these, we should verify the scripts in the tutorials are still working as expec…
-
- Check if it is possible to fit the system into a Julia cluster (without having a master node)
- If not, use a tool like serf
- Would be nice to use a standardized message format from the beginning…