-
**System:**
- OS version: Ubuntu 22.01
- Python version (if applicable): 3.10.12
- SAPIEN version (pip freeze | grep sapien): git checkout at 2.2.1 tag
- Environment: Desktop
**Describe the…
-
I try install the caffe2 from source codes ,so I use the command “conda build conda/cuda && conda install caffe2-cuda --use-local”. However, the error is as follows:
[ 80%] Building CXX object caffe2…
-
I am not able to import Merlin Dataloader + SOK in TensorFlow. Either order (first SOK -> Dataloader OR Dataloder -> SOK) throws an error (see thread).
Importing sok and then data loader
```
impo…
-
Per https://github.com/wjakob/nanobind:
> TLDR: nanobind bindings compile ~2-3× faster, producing ~3× smaller binaries, with up to ~8× lower overheads on runtime performance (when comparing to pybi…
-
There is long standing feature request for supporting user defined CUDA memory allocators in jax (https://github.com/google/jax/issues/5179), which is sort of a requirement for running jax in conjunct…
-
Using FBGEMM to support CPU quantization.
-
Cupy causes instability since the master version is constantly changing and not tested
-
## 🐛 Bug
Running the upstreamed benchmarking scripts with the following command results in an unexpected error. It does work when using CPU OpenXLA fallback, though.
```bash
python xla/benchmar…
-
Python 3.10 (venv)
Ubuntu 22.04.3 LTS
dpctl installed via pip (0.15.0)
Here is the example which seg faults:
```
>>> import dpctl
>>> import dpctl.tensor as dpt
>>> import numpy as np
>>> j…
-
In a conversation with @martindurant and @jpivarski, it came up that there's no supported way to exchange data zero copy between cuDF and [Awkward Array](https://awkward-array.org/doc/main/) (which ha…