-
At the moment the effort to support `maskz` versions of operations is
a) duplicated: https://github.com/jfalcou/eve/blob/6f2421bda8384679c1f71bb8a49ac219e9377846/include/eve/detail/shuffle_v2/simd…
-
I could not find a way to use the `size()` function of the C++ `pack` structure in a `constexpr` manner. For example, this fails:
```C++
constexpr int vsize = pack().size();
```
because the const…
-
Derived from: https://github.com/llvm/llvm-project/issues/66652
```cpp
#include
#include
void fill_i16(int16_t* a, int16_t v, size_t l) {
for (size_t i = 0; i < l; i++) a[i] = v;
}
```
…
-
### Steps to reproduce the issue
Trying to build TensorFlow in #34300. Newer versions depend on `py-libclang`, which depends on `llvm+clang@14`. However, I see a build error with `llvm@14.0.6` on aar…
-
### Reproduction steps
Hi. I have Matter thread enabled Plug. I am using Google Nest (2nd Gen) as a thread border router and am able to commission and operate it successfully using the Google Home …
-
Hi, thanks for making such a useful tool! I noticed that STAR has ARM support by dropping SIMDE into Opal. That's a great place to start, but there's room for a lot of improvement.
Are there any pl…
-
So with
```
tabby_x86_64-manylinux2014-cuda122/llama-server -m /home/mte90/.tabby/models/TabbyML/StarCoder2-7B/ggml/model-00001-of-00001.gguf --cont-batching --port 30890 -np 1 --log-disable --ctx-…
-
### Technical Group
Applications & Tools HC
### ratification-pkg
Vector
### Technical Liaison
Haicheng
### Task Category
Other
### Task Sub Category
- [ ] gcc
- [ ] binutils
- [ ] gdb
- [ ] i…
-
When I try to build the current numpy main branch, gcc crashes with an internal compiler error inside highway's `vqsort`:
```
$ spin build --clean -- -Dbuildtype=debug -Db_sanitize=address
…
-
As I understand it, right now the specification:
- allows changing vector lengths (to a value smaller than the maximum)
- allows different / unrelated lengths for different types
- allows unbound…