-
we skip epithet groups that have multiple basionyms like this one:
- Motacilla maura Pallas, 1773
- Muscicapa maura Pallas, 1773
In this case both are synonyms for Saxicola maurus (Pallas, 17…
-
Hi,
Installing jax, jaxlib, and jax-triton nightly builds cause the following error:
```
File "/home/mehdi/Repos/venvs/jax-dev/lib/python3.10/site-packages/jax/_src/pallas/triton/lowering.py"…
-
_Original report by Torsten Merkel:_ https://bugs.launchpad.net/stellarium/+bug/1291005
I tried to observe three of the minor planets during last two weeks (Pallas, Vesta, Ceres) and had problems t…
-
### Description
With `0.4.35` release, the flash attention kernel will hit compilation OOM for long sequence length inputs. It failed during compiling the reference attention implementation for cos…
-
Currently, it's not possible to use jnp.select in pallas kernel or in BlockSpec. Trying to do so causes the follow error.
`jax._src.source_info_util.JaxStackTraceBeforeTransformation: NotImplemente…
-
### Description
This kernel can run successfully:
```python
import functools
import jax
from jax.experimental import pallas as pl
import jax.numpy as jnp
@functools.partial(
pl.pallas_…
-
Hi JAX team,
Can you please give better documentation/tutorials for Pallas/Mosiac, particularly for advanced features e.g. Mosaic's async_copy and semaphore APIs
Thank you,
Prajakta.
PrajP updated
3 months ago
-
Submitter: Peter Helge Svendsen
Email: bipeter@comxnet.dk
hej! Pallas spelen 2018 resultater er ikke registreret endnu(?) er de ikke modtaget af svenskerne eller?
-
### Description
Hi,
I have a basic reproduction of an issue I've been facing where I cannot pass a constant inside of a `fori_loop` in a pallas kernel on jax nightly:
```python
import jax
f…
-
The main use for pallas is for tpu, but right now, a lot of options related to TPU compiler is left undocumented and require guesswork.
Documentation for `PrefetchScalarGridSpec` is incomplete, la…