-
There are some symbols begin with `__device_stub_`, but it makes our demangler fails demangling the symbol as follows.
```
$ ./misc/demangler __device_stub__Z13mul_mat_vec_qIL9ggml_type13ELi2EEvPKvS…
-
I'm testing concave_hull with a simple polygon, and concave_hull returns very weird results. Here are the screenshots
Original polygon
![OriginalPolygon](https://github.com/georust/geo/assets/147…
-
SYCL defines these function objects as:
```c++
template struct logical_and {
T operator()(const T& x, const T& y) const;
};
template struct logical_or {
T operator()(const T& x, const …
-
The following code, when compiled without optimization flags (or with `-Copt-level=0`) emits LLVM IR for an 8192-byte `alloca`, which can easily cause 100% unnecessary stack overflow errors in a r…
-
It seems like there is some kind of leak with the display pool. I haven't made a minimum reproducible example yet as I'm not sure exactly what's causing it yet. It still happens if I disable almost al…
-
This is mainly a conversation starter. I myself was interested in having a Cloud-Optimized-Geotiff reader in Bevy, which led to #245. Now, @spoutn1k is working on harmonizing the API together with EXI…
-
When serializing a struct containing an empty `Vec`, the `Vec` is completely dropped.
But when de-serializing the struct, the `Vec` is required.
This breaks the serialization round-trip.
My expec…
-
`sqlite-vec` successfully compiles and run on Android (from what I tried on Termux on an old phone).
But how can we package and distribute `sqlite-vec` to make it easier for Android developers to …
-
```r
vec_cast(c(a = 1, b = 3), int())
#> [1] 1 3
```
-
### Descripe the feature and motivation
I've noticed that cv::Vec does not inherit `div` method properly, or at least when used it returns a `Matx `result, that makes it an incompatible cast to a `…