-
Hi, I've tried to follow the installation procedure, but both following the guidelines for using and not-using the GPU. I think the issue at hand is that I have Apple M1/M2 chip and docker complains a…
-
Hello,
First of all, amazing project!
I am opening this issue to ask whether you think it is possible to port the code to the M1/2/3 GPUs. The hardware in our lab is not nvidia, and we would lik…
-
MWE
```
julia> using Metal
julia> Metal.versioninfo()
macOS 15.0.1, Darwin 24.0.0
Toolchain:
- Julia: 1.11.1
- LLVM: 16.0.6
Julia packages:
- Metal.jl: 1.4.0
- GPUArrays: 10.3.1
- GPUCompiler: 1…
-
### 🐛 Describe the bug
concatenation operation is not working with empty tensor on Apple M1 GPU.
```
import torch
device = torch.device("mps")
a = torch.tensor([], device=device)
b = torch.t…
-
### Describe the bug, what's wrong, and what you expected.
``` python
import pyvista as pv
import numpy as np
import numpy.typing as npt
x: npt.NDArray[np.float_]= np.array((2.0), dtype=np.fl…
-
Support one (or more) live video streaming protocals as an object texture. The most common (legacy) protocals are RTMP and RTSP. Another good candidate is Apple HLS. A discussion can be found here:…
-
### Description
Simply calling a @jit function with any kind of array input leaks memory in an non-insignificant way.
CPU is okay, but device (MPS) exhibits the leak.
Sample program:
```python…
-
Type: Bug
In the latest release the behavior of Compare Selected has changed. I use this all the time to compare my reference file with my test file.
It used to be that I could click on the ref fil…
-
Doesn’t apply to me, but couldn’t you set up a GPU in an Apple Silicon Mac Pro and have it be passed through to an x86-64 Windows VM for graphics acceleration?
Very much a macOS-specific enhancement.
-
Type: Bug
With this plugin enabled, cmd+shift+o (Find symbol in editor) just spins and never shows me symbols.
Extension version: 3.5.1
VSCodium version: VSCodium 1.81.0 (ee0ba35e0f5ffb18669618…