-
### Environment
- **Qiskit Terra version**: 6aad91418951484ee5cf808a0c147f96bc951223
- **Python version**: 3.10
- **Operating system**: Fedora Linux 36
### What is happening?
`block_to_schedule…
-
This is a tentative roadmap for major improvements to fast LLM. It includes big features and potential breaking changes, but excludes minor features and additions.
It goes in several parts, with th…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Problem
For the createjob api, one of the inputs to this API is a boolean flag called [package_input_folder](https://github.com/jupyter-server/jupyter-scheduler/pull/510), which when set …
-
-
For autotuning, and for developing heuristics, it would be convenient to be able to schedule complicated fusions from the Python side. Currently, doing so requires us to write the whole schedule from …
-
**Describe the bug**
->I'm running a Minecraft server with a few of my friends, and one day I couldn't start the server because that error kept stalling it, and after looking through the NBT data, it…
-
Reproducer:
```python
import loopy as lp
def main():
n = 500
insns_as_str = [f"y{i}[idim{i},jdim{i}] = x{i}[idim{i},jdim{i}]"
for i in range(n)]
domains = …
-
*Before reporting an issue, please check for relevant keywords in the issues search bar, including closed issues. The solution to your issue might be there already !*
I searched both in the issues an…
-
I have a the following setup on my page:
```
- LATER #foo Outer task
- LATER #foo nested task
{{query((and (or [[foo]] [[bar]]) (or [[NOW]] [[LATER]] )))}}
```
The result (shown below) when …