-
I have been using `np.vectorize` function and despite being really useful I find an inconsistency: when the vectorized function is called with and scalar input, the output is an array.
```python
…
-
I hesitate to open this issue because gosh this behavior is so very useful. But it's probably worth thinking about a better name/idiom here. In short `min` and `max` for CartesianIndex break the fun…
-
### Description
If I were to run a constant size function and scale it linearly across more and more CPUs/GPUs (just running the same function and the same input again on another device), I would e…
-
It's fast enough for moderately sized datasets (e.g. hundreds to thousands of samples), but for tens of thousands `add-ts-cols` starts to take a few minutes.
Using e.g. apply() in tandem with stric…
-
| | |
| --- | --- |
| Bugzilla Link | [47862](https://llvm.org/bz47862) |
| Version | trunk |
| OS | Linux |
| CC | @RKSimon,@rotateright |
## Extended Description
```
#include
std::s…
-
| | |
| --- | --- |
| Bugzilla Link | [50807](https://llvm.org/bz50807) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tlively |
## Extended Description …
-
Are there any plans to add functions to calculate other second order Greeks? Like Vanna, Vomma, Charm. Given the vectorized framework of py_vollib, these functions will be of great help. Thanks.
I…
-
| | |
| --- | --- |
| Bugzilla Link | [39018](https://llvm.org/bz39018) |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#38116 |
| CC | @chrisjbris,@gregbedwell,@CarlosAlbertoEncis…
-
In the vectorized execution engine we use the CASE operator to support several expressions. We do so during the vectorized planning, but it seems more appropriate to do the transformation during the n…
-
If you run the following Regent code with `-fpretty 1`:
```
import 'regent'
__demand(__parallel)
task foo(r : region(ispace(int1d),double))
where reads writes atomic(r) do
for idx in r do
…