-
```
[26/60] Cythonizing cupy/_core/internal.pyx
warning: cupy_backends/cuda/api/runtime.pxd:28:0: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runt…
-
After integrated extension for OpenXLA through PJRT C API, we found that DLPack is not supported by PJRT yet:
https://github.com/openxla/xla/blob/59ca1209b2d207b9bae0920a799eee801e0f9148/xla/pjrt/pjr…
-
Is it possible to exchange data on GPU with OpenCV CUDA?
In other words, I want to perform operations with OpenCV on the GPU with CUDA, and after that (instead of downloading the data back from the…
-
## Description
Can't build in debug mode with Make.
## Environment info (Required)
```
----------Python Info----------
('Version :', '2.7.15+')
('Compiler :', 'GCC 7.3.0')
('Build …
-
Hi,
I faced build error for graphviz as following.
```
ERROR: graphviz-2.50.0-r0 do_prepare_recipe_sysroot: Error executing a python function in exec_func_python() autogenerated:
The stack t…
-
## Describe the bug
With Brax, using default batch size or batch size one breaks.
1. Using default batch size gives on error
2. Using batch size = [1] gives another error
This issue might be…
-
Hi, I have question about dlpack results.
I created dpnp array, then checked \_\_dlpack_device\_\_() and got DLDeviceType=14(kDLOneAPI) and device_id =3. Could you help me understand what this 3 mea…
wozna updated
5 months ago
-
Failed importing cuml after successfully installing via pip.
I followed:
https://docs.rapids.ai/install#pip-install
```
pip install cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.nvid…
-
We intend to switch the C/C++ extension build system to use `pybind11` as discussed in this week's call. There is a demonstration in PR #23787 showing that the approach works and listing the pros and …
-
### 问题描述 Issue Description
在鲲鹏cpu环境源码编译安装PaddlePaddle,安装成功,使用时报错
### 版本&环境信息 Version & Environment Information
鲲鹏920
架构:ARMV8
麒麟 V10
python 3.7
**编译过程中的cmake命令**:
cmake .. -DPY_VERSION=3.7 -…