-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.5
### What's Wrong?
cas…
-
I am using mittens with a pre-built cooccurrence matrix of domains with the hopes of clustering certain domains that are thematically related, close to each other. Using the non-vectorized glove imple…
-
| | |
| --- | --- |
| Bugzilla Link | [24998](https://llvm.org/bz24998) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@hiraditya,@slacka,@rotateright …
-
This seems to be another one of the straggling few "vectorized" functions. We can consider removing it in 2.0.
-
```
auto test(unsigned a, unsigned * __restrict out)
{
unsigned s[8];
for (int i = 0; i < 8; ++i)
s[i] = i;
for (int i = 0; i < 8; ++i) // only 4 iterations (i = [1; 4])…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
### Version
1.1.0
### What's Wrong?
nvai…
-
At this moment NCC has support for vectorization/inlining/parallelism reporting. But due to the format used it's not really helpful.
Please consider this code:
```
template
int64_t omp(T *x, ui…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
doris-2.0.4-rc06-003a815b63
### What's …
hnwkz updated
4 months ago
-
### What is the problem the feature request solves?
It is very common to have scan -> filter as inputs to a join. The copying of data in the filter can be expensive when the batch contains strings an…
-
### What type of bug is this?
Unexpected error
### What subsystems and features are affected?
Adaptive chunking, Compression, Query executor, Other
### What happened?
We’re experiencing an interm…