-
### Description
I find that `cupy.inner` behaves differently with `numpy.inner` on array with `0` size. `cupy` triggers an `ZeroDivisionError` while `numpy` returns `0`.
As [numpy doc](https://nump…
-
In a customer project, we have a issue with types related to comparing types when the type is a set
It looks like a set of set of numbers with units is not correctly matched to its type, but it is …
-
### Describe the bug, including details regarding any error messages, version, and platform.
I am using R arrow package to retieve partitioned parquet data. Data is partitioned by symbol variable. I …
-
### 先决条件
- [X] 我已经搜索过 [问题](https://github.com/open-compass/opencompass/issues/) 和 [讨论](https://github.com/open-compass/opencompass/discussions) 但未得到预期的帮助。
- [X] 错误在 [最新版本](https://github.com/open-com…
-
#### Problem
Some programs raise `Invoked an instruction with data that is too large` error with `1.16.0` release.
I wasn't able to reproduce this error in a smaller program but I can share 3 di…
-
### 🐛 Describe the bug
- Installed CUDA 12.1 from https://developer.nvidia.com/cuda-12-1-0-download-archive with all options enabled
- Follow instructions from https://pytorch.org/cppdocs/installing…
-
Flag used for cmake configuration
$ cmake -DIGC_OPTION__ENABLE_OCLOC_LIT_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DSPIRV_SKIP_EXECUTABLES=OFF ../igc
Geekbench 6.1.0 : https://www.geekbench.com/
G…
-
## New Provider Request
## Details
- Name: Openshift
- URL: https://www.redhat.com/de/technologies/cloud-computing/openshift
- Modes: read
- GitHub projects: https://github.com/openshift
- API…
-
If I build gamescope from tag `3.12.5` on Linux Mint 22, it seems to work. Meanwhile, `3.12.6` and `3.12.7` actually fail to build with
```
../src/reshade_effect_manager.cpp:17:10: fatal error: stb_…
-
### Description
I am trying to build a dictionary of element counts from a `cupy.ndarray`, which works in `numpy`. The return type when retrieving an element from a `numpy.ndarray` is a `numpy.int64`…