-
There are really two choices for complex arithmetic mainly in how we want to represent them.
1. Consider real and imaginary parts as separate vectors (current approach). So a tuple of complex argum…
-
One thing we could use to help check the library against is examples of Rust SIMD perf... and in particular, anything that is actually a _regression_, especially relative to expectations. In particula…
-
### Zig Version
0.10.0-dev.2981+7090f0471
### Steps to Reproduce
I am trying to do some tests with the zig language using riscv vectorization, however both stage1 and stage2 are not supported.
The…
-
### Background and motivation
Consider:
```csharp
public static unsafe long multiplyAdd(ref short* a, ref short* b, int length)
{
Vector res = Vector.Zero;
Vector ploop;
for (int i …
a74nh updated
1 month ago
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ Yes] I am running the latest code. Development is very rapid so there are no tagged versions as…
-
Feature gate: `#![feature(portable_simd)]`
This is a tracking issue for the future feature chartered in RFC 2977, with the intent of creating something akin to the design in RFC 2948 (rust-lang/rfc…
-
All requests end with 'finish_reason': 'length' when the max_tokens=-1 parameter is set.
What could be the problem?
**Model**:
https://huggingface.co/IlyaGusev/saiga_mistral_7b_gguf/resolve/main/…
-
Hi Sleef,
I am the maintainer of NSIMD (https://github.com/agenium-scale/nsimd) and I would like to include Sleef in NSIMD and extend the C and C++ APIs of NSIMD to call Sleef Math functions. I wou…
-
### What is the issue?
It's again the https://github.com/ollama/ollama/issues/6011 issue.
**The issue is with embedding call with the model converted using convert_hf_to_gguf.py.**
litellm.ll…
-
As @Maratyszcza and @lemaitre point out in #7, we should consider scatter and gather operations. This is an issue to track that.
Potential topics to discuss:
- Emulation (it is only supported by…
penzn updated
3 years ago