-
### What should we add?
We suggest to add the following new functionality which implements a reconstruction of the wind field from vorticity and divergence over a limited domain. It can be used to …
-
During the Dask Summit, we have a 2-hour workshop scheduled about scaling geospatial vector data on Thursday May 20th at 11-13:00 UTC (https://summit.dask.org/schedule/presentation/22/scaling-geospati…
-
### 🐛 Describe the bug
It's known that layer norm needs to compute the variance and mean of its input. So we can expect that `torch.var_mean` runs faster than `LayerNorm`. But, when I time them, I …
-
Hi again,
I was wondering if there are any plans to implement a vectorized version of the "incoherent, or partly-incoherent-partly-coherent, transfer matrix method" as implemented in the [original t…
-
## Road to vectorized/hybrid execution
Writing this down, mostly to sort out my thoughts, but also to share this for some further discussion.
## Current state
Execution of queries in CrateD…
-
HPTT provides quite a dramatic speedup for stuff like `x.transpose(0, 1).contiguous()`, calls which are quite common all over the place.
With Numpy as a baseline it provides 5x+ speedup consistentl…
-
## Is your feature request related to a problem? Please describe.
At present, if the user selects a time series over a long period of time in absolute terms (e.g., a dynamic that 30 minutes long), th…
-
Hello,
I was trying for some generative art using metaballs. The idea was to generate a 3D-grid/cube of points/atoms/particles/whatever, and carve shapes out of it like a kind of computational "cla…
-
Description
---
This project looks really nice, thanks for that!
I have a really simple question regarding compatibility of `batch_fitness` and `SIMD` computation due to the layout of the input/d…
-
When running [example_inc_tmm.py](https://github.com/MLResearchAtOSRAM/tmm_fast/blob/main/example_inc_tmm.py), I get an error `AssertionError: It's not clear which beam is incoming vs outgoing. Weird…