-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
v2.17.0
### Custom code
Yes
### OS platform and distribution
Linux M…
-
Make sure all encodings working in Vectorized reader:
https://github.com/zhenxiao/incubator-parquet-mr/tree/vector
**Reporter**: [Zhenxiao Luo](https://issues.apache.org/jira/secure/ViewProfile.jspa?…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv32gcv_zvl1024b ilp32d medlow multilib |12/6|0/0|0/0|[c26534d21159dd4c5d1472f0050b65e148161691](https://github.c…
-
In CUDA C you can explicitly request vectorized loads/stores using the special vector types (`float2`, `float4`). Sometimes I found those useful to squeeze out the last bit of performance. This defini…
-
Implement `_mm256_exp_pd()` for computing transition probability matrices (Issue #105 )
The intrinsic does not map to an instruction and is only available in the [Intel Small Vector Library](https://…
-
Stan has a vectorized $\Phi(x)$ (standard cumulative distribution function) but lacks a corresponding vectorized $\varphi(x)$ (standard normal density). You can't get this using `std_normal_lpdf()`, …
-
Hi there,
As mentioned [here](https://github.com/NVIDIA-Omniverse/Orbit/discussions/108#discussion-5511668), I'm trying to use torchrl with [NVIDIA Orbit](https://github.com/NVIDIA-Omniverse/Orbit)…
-
I tried to modify the linear example test to have `b` as a uniform variable. Declaring `Uniform b;` on line 16, and then updating as `b.dunif(-10, 10);` on line 39, I get compile time errors:
`$ make…
-
### Problem description
It seems like applying some layers that use `BaseImageAugmentationLayer` and `self.auto_vectorize=True`, over batched input are causing `tf.function` retracing:
```python
la…
-
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…