-
Thanks for making Nx!
I tried to use `value_and_grad` on a function that takes two inputs: a vectorized tensor and a non-vectorized tensor.
``` elixir
defmodule Foo do
import Nx.Defn
defn…
-
-
> Is this still suboptimal? We are still iterating over the list slices. Can we directly reinterpret the whole `ListArray` to the underlying `ArrayImpl` without iteration? 🤔
Yes, of c…
-
### What is the bug?
I want to use dynamic templates to create vectorized output fields. In the ingest processor I want to create the configuration only once, without having to configure again in the…
-
Please forgive me writing an issue like this, because it is light on detail, but my issue with `redcapAPI` is the uneven vectorization. I've had this problem multiple times in redcapAPI. Yet, I can't …
-
Use matrix calculations to remove loop. This shows huge improvements when in thousands of values (95% decrease)
```r
round_up_nice
-
Two quick things I noticed while trying to do precession-averaged inspirals from finite orbital separation to infinity:
1. According to the docstring, when doing vectorized inspirals for multiple b…
-
low on priority list, but change the png files to an svg of the logo for better rendering at different sizes
-
## Description
Trying to render any scene with a *sampling integrator* from within the compiled C++ binary, causes out of memory error or crash, when the wavefront size limit is surpassed in any way.…
-
When creating an instance of `Function`, the user should be able to indicate the evaluation style. The main evaluation styles are the following:
```python
# NUMPY or UNIVERSAL or SEPARATE or MULTI…