-
I have noticed that the Solara website does not seem to gracefully handle Python errors.
For example:
* Go to https://solara.dev/docs/tutorial/data-science
* Scroll to last chart
* Click on a po…
-
I use int8 or int16 to test a transform feedback shader like this:
`layout(location = 0, xfb_buffer=0, xfb_stride = 2, xfb_offset = 30) out uint16_t u16;`
An error is reported concerning xfb_str…
-
In two important places - the normal form and sequence form (the latter currently in `src/solvers/enumpoly/gameseq.(cc,h)`) we have the problem of indexing into an N+1 dimensional array representing a…
-
Hi,
We're currently developing on the new ARMADA380 architecture for FreeBSD.
During the checks of the L2 cache activation, we use your tool that is very useful.
However, FreeBSD 10.3 lack the …
-
The functions of FixedPointCoordinate happily cast to floats and use the FPU for arithmetic operations.
Goal is to
- replace _everything_ with fixed point computation,
- be faster, and
- be as prec…
-
In vector widening floating-point arithmetic instructions, the number is first converted to a double width format. It seems that during the conversion to double-width, implementation does not handle s…
-
For Livermore Kernel 7, clang don't generate vectorization as too complex arithmetic computation of the inner loop. https://godbolt.org/z/hr7YGoEPq
```
void kernel_7(void)
{
for (long l=1 ; …
vfdff updated
9 months ago
-
From @rabernat on [Twitter](https://twitter.com/rabernat/status/1330707155742322689):
> "Xarray has some secret private classes for lazily indexing / wrapping arrays that are so useful I think they…
-
GPUs have some (limited) ability to schedule themselves (in wgpu, this is exposed via indirect dispatches and draws). It would be nice to expose this via general purpose computation nodes (like arith…
od0x0 updated
2 years ago
-
This is linked to the review feedback in Issue #65 and part of the JOSS review: openjournals/joss-reviews#7322