-
### š Describe the bug
It is found that the vectorized kernels are not performing well. For instance, copy_() is just utilizing only 40-50% of the theoretical bandwidth.
### Versions
Collecting enā¦
-
We're seeing performance regression on vectorized matmul, likely caused by the following PR: https://github.com/nod-ai/iree-amd-aie/pull/856, see table below:
Matmul problem size: 512x512x4096 (MxKā¦
-
### Describe the issue:
Floating point flags raised during execution of ufunc's created via np.vectorize are not caught during execution in a consistent and useful fashion.
### Reproduce the codā¦
-
Function `bitHammingDistance` ([docs](https://clickhouse.com/docs/en/sql-reference/functions/bit-functions#bithammingdistance)) is useful for search in feature stores (i.e. one bit represents a featurā¦
-
## The problem
This method is not JAX compatible (simple fix).
It is also "ambiguous" in the sense that "`vectorized_map`" does not indicate the nature of the transformation - a vectorized map iā¦
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
1.2.7
### What's Wrong?
regexp_extractā¦
-
### Description
Commit 28c5b6fd9de5789bae5fadf4fc247dbab40b4917 (#9907) attempted to improve the handling of array equations. Unfortunately it broke [testVectorizedPowerSystem.mos](https://github.cā¦
-
Dear developers of splinebox,
Thank you for open-sourcing and maintaining this library!
Would you be interested in considering a vectorized implementation of 2D and 3D spline sampling with potenā¦
-
It would be nice to have a vectorized version of `sq.sample`. I often find myself having data frames or series that contain distributions, and when I want to expand those to medians and percentiles, Iā¦
-
(1) After inner persistent buffers are stored in shared memory. There are still bank conflicts if the persistent buffer is NOT projected to inputs due to two reasons:
```
(a) We are missing a cacheBeā¦