-
### 🐛 Describe the bug
When building pytorch main branch (978a2f2b276b51f615aa860d47fadd16a284b2f6) with:
```
python tools/amd_build/build_amd.py
export USE_ROCM=1
export BUILD_CAFFE2=1
pytho…
-
### Description
Hi,
I'm trying to do eigendecomposition of non-hermitian matrix on TPU in Colab.
As we know, it's available only on CPU so I enforced eig run on CPU with jit option.
I tried 2 …
-
**Image I'm using:** bottlerocket-aws-k8s-1.31-x86_64-v1.26.0-85f0d68c
**What I expected to happen:** All nodes using the latest Bottlerocket AMI should be able to run Java-based pods with…
-
In Heptapod by @xpinked on Aug 6, 2023, 09:51
After updating to the latest version of VSCode,
My team and I have been experiencing debugging issues with our project when executed using PyPy.
Whil…
-
**Describe the bug**
I'm using DeepSpeed MoE layer to build a multi-modal LLM, I'm using Phi-3 as the base model, and replaced the MLP layer with MoE layer in DeepSpeed. However, when I enabled exper…
-
```python
from jax import device_put, devices, jit
import jax.numpy as np
import numpy as onp
def f(x):
return np.sum(x)
f0 = jit(f, device=devices()[0])
f1 = jit(f, device=devices(…
-
# Crash report
### What happened?
Cannot wait to see new python 3.13. Thanks your great time.
But run into compile issue :(
On same system (gcc 8.5.0 / Debian GLIBC 2.19) we can build python3.11 bu…
-
### 🐛 Describe the bug
There are THREE kinds of issues:
1. TestMathBitsXPU , totally 200 cases got RuntimeError: Double and complex datatype matmul is not supported in oneDNN
ONEDNN_VERBOSE=2 PYT…
-
### Title
Worried of slow pandas with large-scale Data Analysis? Embrace FireDucks!
### Describe your Talk
In this talk, I will introduce [FireDucks](https://fireducks-dev.github.io/), a revo…
-
## 🐛 Bug
A properly type hinted function or class results in an error with TorchScript is you slice the sequential List or Tensor object.
The issue only seems to occur when the `List` type is …