-
This issue started occurring with LLVM 18. Below is the reproduction code and the command used to reproduce the issue.
```cuda
typedef char cchar __attribute__((ext_vector_type(2)));
__global__…
-
We have some Table operations that are relying on the fallback which does the Java-to-Enso callback which is quite costly.
There's two things we can improve here:
1. Make the fallback faster, by g…
-
## Bug Report
Reproducible in: 1.13.2, 1.12.1 (I didn't try other versions). I could reproduce it on apple silicon and crystal playground.
I'm not sure if this is related to https://github.com/cry…
-
Hey ...
it appears that the /recommend endpoint does not support 2D embedding vectors (which you get with late embedding models such as ColPali). At least that's how it is in the python client but I …
-
Code close to the following was noted in many user applications:
```cpp
bool test1(const std::vector& in) {
return in == std::vector{"*"};
}
```
Here people wish to make sure that the vector…
-
### Describe the bug
1) The TTree::Scan() can't properly display a vector. It always shows a single element of value 0.
2) The TBrowser shows such vectors as having 0 elements.
3) 1D and 2D vec…
-
Moved from https://github.com/JuliaLang/julia/issues/16126
At this moment `conv` convolves only two vectors, `conv(u,v)`. If you have a list of vectors `lst` that you want to convolve, you can do i…
-
### Go version
n/a
### Output of `go env` in your module/workspace:
```shell
n/a
```
### What did you do?
https://go.dev/play/p/VlCSG5OMtxF
(adapted from package example)
i was trying to d…
-
### Describe the idea (required)
Allow downloading 3rd-party vector data from a URL.
Currently, only maps from https://download.osmand.net can be downloaded in the 'Maps & Resources' menu. While i…
-
> 물리에서 이야기하는 벡터
> 2차원 공간에서 방향을 표시할때 사용
## 개념
![vector-mag-dir](https://user-images.githubusercontent.com/12508578/192974382-81c1b572-49c7-4067-a1db-a0e88b821fc0.svg)
A vector has magnitude (size…