-
-
### 🐛 Describe the bug
When doing cpu offload for activations in FSDP, I expect that memory to be cleaned up after each backwards pass since the activations are no longer used. However, I'm seeing …
b-chu updated
2 months ago
-
| | |
|------------------|-----------------|
|Previous ID | SR-13736 |
|Radar | rdar://problem/70338676 |
|Original Repo…
-
When we write something like
``` c++
auto xs = make_tuple(...);
auto ys = transform(xs, f);
```
A temporary tuple is created and then move-assigned to `ys`. This should be elided most of the time, b…
-
When I'm developing my software, I normally compile in debug mode for a faster compile cycle. Unfortunately, with the default libpasta configuration, it runs unusably slowly, particularly on ARM. Obvi…
-
The unitary synthesis plugin `aqc` gives always the same result, independently of `approximation_degree`.
Consider the following example:
```python
# create a random unitary
from qiskit import Q…
-
### Zig Version
0.12.0-dev.3518+d2be725e4
### Steps to Reproduce and Observed Behavior
I'm working on an open source video processing library that supports video stored in various bit depths.…
-
### Required prerequisites
- [X] I have read the documentation .
- [X] I have searched the [Issue Tracker](https://github.com/metaopt/torchopt/issues) and [Discussions](https://github.com/metaopt/…
ycsos updated
5 months ago
-
### Information
- **Qiskit Nature version**: 0.2.1
- **Qiskit version**: 0.29.1
- **Python version**: 3.8.11
- **Operating system**: Windows 10
### What is the current behavior?
Rais…
-
PennyLane currently supports quantum-aware optimizers including [QNGOptimizer](https://pennylane.readthedocs.io/en/latest/code/api/pennylane.QNGOptimizer.html) and [RotosolveOptimizer](https://pennyla…