-
### Describe the issue:
According to `np.asarray(a)` [docs](https://numpy.org/doc/stable/reference/generated/numpy.asarray.html#numpy-asarray), it may return the original array or a copy.
In the cas…
-
1- I used PuTTY to connect to Beluga
2- I updated remoll
3- I ran the command "build/remoll macros/pion/pionDetectorLucite.mac"
4-There was a crash as following
The lines below might hint at the…
-
| | |
| --- | --- |
| Bugzilla Link | [42538](https://llvm.org/bz42538) |
| Version | trunk |
| OS | Linux |
| CC | @topperc,@RKSimon,@rotateright |
## Extended Description
#include
Since GCC 9+…
-
### Your current environment
The output of `python collect_env.py`
```
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
**Describe the bug**
There are strange random test failures on older CPUs that don't have SSE/AVX/AVX2/AVX512.
**To Reproduce**
Steps to reproduce the behavior:
1. Build SPTAG on a machine witho…
pabs3 updated
2 years ago
-
### 🐛 Describe the bug
I installed the pytorch 2.1 with rocm 5.4.2.
When I tested the one_hot function, it returned this:
print(torch.nn.functional.one_hot(torch.tensor(0,device=‘cuda:0’), 2)) = [0…
-
### 🐛 Describe the bug
Building wheel torch-2.6.0a0+gitb86b534
-- Building version 2.6.0a0+gitb86b534
cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_…
-
The `nt_memcpy` and `nt_memset` functions were written back in the Pathfinder days for an AVX CPU. We now have AVX2 and AVX512 CPUs, so we should have more efficient functions for those as well. T…
-
### bug描述 Describe the Bug
1. 系统信息:Ubuntu 22.04 Nvidia驱动:CUDA 12.3 cuDNN 9.0.0
2. 安装过程:
```bash
conda create -n paddlegpu python=3.9 # 创建新环境
conda activate paddlegpu
python3.9 -m pip install p…
-
### Describe the issue:
With passing "prefix" and "suffix" to `np.array2string` calling, the string returned by `np.array2string` does not match what it was expected to be: the prefix and suffix did …