-
```
We need Aparapi to support multiple GPU's instead of just the first GPU it
finds available.
We have two use cases for this:
- A single workstation with multiple GPU's located on separate cards
…
-
The following test will review the operation of the upgrade of the environments deployed with Docker and Kubernetes, starting with the productive version v4.9.2 and ending with version v4.10.0-beta1.
…
-
**Describe the bug**
Create repository is failing in multi node setup and the same is working if we configure as single node setup
**To Reproduce**
Steps to reproduce the behavior:
1. Use below …
-
It's currently non-trivial for a Wallaroo app to broadcast the same message to all workers in the cluster/all state partitions -- for example, when we want to parallelize computation, or when we want …
-
**Please provide an in-depth description of the question you have**:
Hi, we want to use karmada to schedule [kubeflow.PytorchJob](https://github.com/kubeflow/training-operator/blob/master/pkg/apis/…
-
### Problem
Currently, with the AWS backend `dstack` unconditionally requests one network interface, even with instance types that have multiple network cards (e.g., `p5.48xlarge` has 32 EFA-capabl…
-
### Lambda
example
```
def lambda_handler(event, context):
return {
"statusCode": 200,
"headers": { "Content-Type": "application/json" },
"body": json.dumps({ ... …
-
**Component**: tests
**Why this is needed**: We require end-to-end upgrade tests.
**What should be done**:
Add a feature for upgrading a cluster in the BDD test suite, working locally…
-
I have three Harvester clusters in three data centers. Would like to be able to create a RKE2 cluster on top of all of them using master Rancher cluster.
This is possible if you select the harveste…
-
During new datacenter creation, a list of all datacenters is created:
```
datacenters = list(self.tester.db_cluster.get_nodetool_status().keys())
```
It is then passed to `_write_read_…