tensorflow / tensorflow/quantum
Identify platform targets for future releases of TensorFlow Quantum
Open
@mhucka is already working on this.
Since Apr 18, 2026.
area/dependencies
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 665
- PR merge metrics
- No merged PRs in 30d
Description
Post-0.7.5, we need to determine what platforms we can support. There is a matrix formed by operating system, OS version, CPU architecture, GPU/no GPU, and possibly other dimensions. This issue is meant as a place to put gather notes on this topic.
Current matrix (as of 2026-04-17):
| OS | OS version(s) | CPU arch. | GPU/GPU interf. | TFQ support | |
|---|---|---|---|---|---|
| ✅ | Linux | Ubuntu 22.04, 24.04 | x86_64 | none | 0.7.5+ |
| 🚫 | Windows | x86_64 | |||
| 🚫 | MacOS | x86_64 | |||
| 🚫 | MacOS | Apple Silicon |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.