-
```
What steps will reproduce the problem?
1. channels = 4
2. svc-parallelization-type=disk
3. Then run these commands:
DROP DATABASE IF EXISTS test /*!*/;
CREATE DATABASE IF NOT EXISTS test /*!*/;…
-
I'm trying to run the following set of commands:
```sh
bart phantom -3 phan
bart fft $(bart bitmask 0 1 2) phan y
bart ones 3 128 128 128 smap
bart pics -R N:$(bart bitmask 0 1 2):0:10 y smap rec…
-
Hi,
As I cannot write this:
```
out(x, y, 0) = selection[0];
out(x, y, 1) = selection[1];
out(x, y, 2) = selection[2];
out(x, y, 3) = selection[3];
```
Is there a better way to write this?
…
-
[Roadmap 2023](https://github.com/ByConity/ByConity/issues/26)
### 性能提升 | Performance improvement
- [ ] 优化动态构建filter能力 | Enhance RuntimeFilter
- [ ] 全局字典 | Global dictionary
- [ ] Zero-copy
-…
ixnzh updated
2 months ago
-
Hi, Alexander Lobakin from LKML here.
Keeping on experimenting with different Clang/LLVM features inside the Linux kernel.
First of all, this is not about the vanilla, so I understand the issue m…
-
```
What steps will reproduce the problem?
1. channels = 4
2. svc-parallelization-type=disk
3. Then run these commands:
DROP DATABASE IF EXISTS test /*!*/;
CREATE DATABASE IF NOT EXISTS test /*!*/;…
-
When I am doing finetune llama3.1 does the following error occurs, can't locate the exact error, how to fix it please?
Running environment:
```
Python 3.11.0rc1
GPU: 2xA100
CUDA Version: 12.2
…
-
**Is your feature request related to a problem? Please describe.**
According to the current design a test run when created will be active (in progress)
This doesn't always a desired behaviour.
…
-
Hello!
I am trying to recreate the polybench results from the "DawnCC: Automatic Annotation for Data Parallelism and Offloading" paper.
I got DawnCC up and running, but the annotations it creates a…
-
I changed the `config.toml` to say
```
parallel-compiler = true
```
and ran `x.py test`.
I got this result:
```
failures:
[ui] ui/associated-types/defaults-cyclic-fail-1.rs
[u…