-
Hello,
I wonder if there is a reason why the `xtensor_type_caster_base` uses `xt::xtensor` for the signature
https://github.com/xtensor-stack/xtensor-python/blob/719b9d13566122c7d63d04ff2394644af3…
-
Windows builds of shortfin have been failing since https://github.com/nod-ai/SHARK-Platform/pull/434
Logs just before: https://github.com/nod-ai/SHARK-Platform/actions/runs/11746567811/job/32726612…
-
Platform: Windows
xtensor: 0.23.10
Hi all, I have met some trouble when I use `xtensor` from my own code by `target_link_libraries`, could anybody tell me how to do it in the right way? I turned …
-
I'm trying to replicate this numpy function in xtensor:
```python
def upscale(arr):
start = time.time()
w, h = arr.shape
arr = np.pad(arr, 1, mode="edge") / 16
lu, ru, ld, rd =…
-
I would like to use xtensor in a real time computing application and I need to avoid allocations from new and delete while computing the data with all the allocations occurring prior to computation st…
-
Conda is great, but it would be great if the Yardl-generated `CMakeLists.txt` worked "out-of-the-box" on common Linux distributions, such as Ubuntu 22.04.
This would, for example, enable building m…
-
I discussed this on Discord with Claire: Some people might be willing to trade a substantially larger binary size for better top speeds when running with a good architecture.
I see 3 ways to approa…
-
Currently different **backend kernels** must be implemented **for each layer**. This could be highly **simplified** after the Xtensor refactor. Namely, backends could only be **implemented once** and …
-
Version:
xtensor version: 0.25.0
xsimd version: 13.0.0
xtl version: 0.7.7
Here is the gcc info
```
gcc -v …
-
As per https://github.com/QuantStack/xtensor/issues/417
wolfv updated
6 years ago