-
## 🐛 Bug
It seems as if importing `numpy` interacts with PyTorch on CPU workloads, which is causing a speedup when `numpy` is imported before `torch`.
This behavior was isolated to the import by @…
-
Hi,
A feature I've desired from CMake for a while is the ability to capture the user's input commandline, as well as source code version (version control versioning if available), and environment u…
-
Hi,
I tried integrating your code into a c++ project of mine. I have a couple of issues and it would be great if you resolve it. My project uses MPI and libraries such as IPOPT and Eigen. When…
-
### 🐛 Describe the bug
There is a popular method of getting compiled graphs using a custom backend.
E.g.
```
def my_backend(gm: torch.fx.GraphModule, example_inputs: List[torch.Tensor]):
…
-
We currently have 2 examples dbscan and kmeans showing how to setup a C++ project and use libcuml++ inside them. They also come with `CMakeLists_standalone.txt` which are supposed to be used by such f…
-
It's been a while since https://github.com/scipy/scipy/pull/16589, and the toolchain roadmap has a bunch of things that should be updated. I'd also like to move much of the historical context into sep…
-
### 🐛 Describe the bug
When installing pytorch with `cpuonly` and `nomkl`, the pytorch recipe calls for the installation of `mkl`. Maybe I am misunderstanding, but I would think if you specifically…
-
### Information
- **Qiskit Terra version**: main
- **Python version**: any
- **Operating system**: any
### What is the current behavior?
Coveralls will often indicate spurious changes…
-
### 🐛 Describe the bug
We are converting the pth weights of a TransFusion model into an onnx file, where we replace operators that are not supported by onnx with equivalent functions. The following e…
-
### Description
Currently, we build wheels for amd64 (Linux, macOS, Windows) and also pypy wheels on Windows (https://pypi.org/project/pybamm/#files). However, we don't provide wheels for arm64 pla…