-
A few alternative approaches to make it more "vectorized" which I think worth taking a try:
1. Replace `visibility Bitmap` with `visibility Vec`. This is because `for idx in vec` is more vectorized…
-
### Proposal
Add support for environments with `Graph` observation spaces in `AsyncVectorEnv` in Gymnasium. Currently, `AsyncVectorEnv` assumes observations can be stacked in a typical array-like for…
-
How to support vectorized transforms? I would like to have a single `Transform` object with many different values for the parameters. For example, look at the following example:
![image](https://clou…
-
Using a state vector containing the information of 4 seeds, we could provide a new API where we get 4 random numbers at a time (using SIMD instructions for example).
The state vector would have to …
-
In my production environment, I have observed that long-running Spark rewrite Files Action can lead to OutOfMemoryError. Analyze the Java dump, I noticed a large number of ChildAllocator objects that …
-
Hello,
I'm trying to automate the extraction of figures from articles to easily integrate them in my reports, but I am not able to extract the vectorized figures.
For the rasterized figures, I c…
-
| | |
| --- | --- |
| Bugzilla Link | [49718](https://llvm.org/bz49718) |
| Version | trunk |
| OS | Linux |
| CC | @topperc,@davidbolvansky,@fhahn,@hidekisaito,@preames,@RKSimon,@rotateright |
## …
-
Hey!
I thought I'd start an issue with this new task I am tackling, so I can dump the ideas and issues I com across..
First thing's first, what is this about?
To make the component as not dissimila…
-
**Describe the problem**
internal error: unexpected error from the vectorized engine: runtime error: slice bounds out of range [:10] with capacity 6
**To Reproduce**
```sql
create table t1 (c1…
-
Currently the PDF export uses playwrite to grab a PNG, this results in a rasterized image instead of a vector image, which can cause a lower quality output. I have been playing around with typst, a al…