-
### Describe the bug
When [`queue::ext_oneapi_submit_barrier`](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_enqueue_barrier.asciidoc) is [called on an in-or…
-
**What happened**:
- The parent queue has over the maximum
![image](https://github.com/koordinator-sh/koordinator/assets/146961954/90141396-994c-4bd6-9593-df742e59d112)
![image](https://gith…
-
# Goals
At the highest level, our goal is to create a highly available Trino setups. More specifically, we would like to accomplish the following:
* Reduce impact of crashed coordinator
* Simp…
dain updated
2 months ago
-
I used an android client to connect server (user001) and used web client connect to server(user002).
In room display only user002.
server error log:
{"level":"error","ts":1732816290.6071799…
-
### Discussed in https://github.com/cloud-hypervisor/cloud-hypervisor/discussions/6822
Originally posted by **UdavNaSteklovate** November 3, 2024
Hello everyone!
Could anyone help me unders…
-
**Description**
When CUDA Shared memory is used with HTTP/GRPC protocol, it is expected that the client allocates cuda memory on one of the devices and copies the data into it.
On systems with mult…
-
## Overview
At a high level, our [Shared Testing Harness](https://docs.calyxir.org/frontends/queues.html#shared-testing-harness) works by processing a workload of pushes and pops as quickly as poss…
-
Hi
Sorry for the previous issue(mistakenly opened with a wrong user)
We are using concurrentqueue in our trading application for transfering data between threads, and we are very pleased about the…
-
Hi,
I am finding that after I run a job it seems to be running out of memory after 1-2 days. I don't think that this is a problem with the machine memory not being enough to run at all, since it's…
-
Consider this
```C++
size_t const N = 100;
float* d_x;
cudaMalloc(&d_x, N*sizeof(float));
auto* x = new float[N];
for (size_t i=0; i