-
This op was added fairly recently: https://github.com/llvm/llvm-project/pull/95938. We should support it in vector-to-spirv.
The lowering should be to `spirv.CompositeConstruct` + a special case for …
kuhar updated
7 hours ago
-
Please forgive me writing an issue like this, because it is light on detail, but my issue with `redcapAPI` is the uneven vectorization. I've had this problem multiple times in redcapAPI. Yet, I can't …
-
In importing `vector_graphics*` and updating it to use our repo analysis options, I had to do some file-level ignores of missing docs on public APIs in a number of places, because fixing it all during…
-
Currently, we will just print an error if you use the reduce command (#42) on an empty argument. Emacs identifies default values (e.g. `0` for `+`, `1` for `*`, etc.) to use in this case, for many fun…
-
### GitHub Issue: Extend Vector Database with Public and Indico Pages for EIC Information
**Issue Title:**
Extend the Vector Database to Include Information from Public and Indico Pages for EIC
…
-
When calling `mlir-opt --affine-super-vectorize`, nothing happens, because the default for `virtual-vector-size` is empty, and all current vectorization patterns require vector rank 1, 2 or 3 (whereas…
-
See here: https://clang.godbolt.org/z/b8qrPP153
Debugging this myself I think the issue is with the predicate `fmt::detail::use_formatter`, where vector types are neither classes, nor enums, nor un…
-
Hi, I am currently having a issue with thresholding while using ColBERT as a reranker. I notice that according to the scoring logic here (https://github.com/qdrant/qdrant/blob/master/lib/segment/src/v…
-
Hello, we would like to analyze SNPs under selection across different populations (in our case, we have six), and the sample sizes (belove) provided are just examples. Unfortunately, we keep encounter…
-
I was recently testing the results by converting the instructions from UDB to riscv-opcodes' format (#300) and one issue I noticed is that UDB seem to be missing several instructions. I am unsure whet…