-
Add [`jax.numpy` namespace functions](https://jax.readthedocs.io/en/latest/jax.numpy.html) to Jax frontend
- [ ] ndarray.at
- [x] #4884
- [x] #4915
- [x] #4916
- [x] #4917
- [x] #4897
- [x] #…
-
Add support for **automatic differentiation** via [JAX](https://github.com/google/jax). JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branc…
-
**Description**
I am using a python model as a BLS in which I am sending requests to TRT models and do some processing in torch in between.
Whenever I am sending a torch tensor to a TRT model I mak…
-
**Describe the bug**
When `cudf` is built with `cuda-11.5`, there seems to be a data-corruption while reading a parquet file with `cudf` engine. It seems to be the case for multiple columns, see exam…
-
Here's the outline from the talk proposal (I've also uploaded it here https://github.com/data-apis/scipy-2023-presentation/blob/main/outline.md)
So the first question is if there's anything that we…
-
**Describe the bug**
If, in standard pandas, you create a dataframe and save it to a pickle file, and then try to load that pickled dataframe in cudf.pandas, it crashes with this report:
> Traceba…
-
### 问题描述 Issue Description
按照 https://www.paddlepaddle.org.cn/documentation/docs/zh/2.1/install/compile/sw-compile.html 文档编译安装
make -j$(nproc) 命令报错:
root@838b914603c0:/home/pylib/Paddle/build# m…
-
I wanna use triton+tensorrt to deploy whisper, a transformer-like arc asr model.
I wanna use kv-cache to accelerate inference speed, so i use python-backend and dlpack to do this
when i build a d…
-
**Describe the bug**
cugraph has an issue where a failing pytest is not allowing proper cleanup to happen, which results in a series of calls I think I recreated in the python script below. When tha…
-
**Describe the bug**
`dask_cudf.concat(args, ignore_index=True)` raises when indices are different dtype, so the indices are not in fact ignored.
**Steps/Code to reproduce bug**
```python
im…