-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
🐛 Describe the bug
I am getting an error while building pytorch for ppc64le
The error is :
/home/manjulmohan/pytorch_may17/pytorch-3/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp:735:3: required from here
/home/manjulmohan/pytorch_may17/pytorch-3/aten/src/ATen/cpu/vec/vec_base.h:632:6: error: use of deleted function ‘double& at::vec::DEFAULT::Vectorized::operator’
632 | c[i] = a[i] * b[i];
The error is caused by the commit id: 457b9f7
Versions
python collect_env.py
Collecting environment information...
Core(s) per socket: 12
Socket(s): 4
NUMA node(s): 4
Model: 2.0 (pvr 0080 0200)
Model name: POWER10 (architected), altivec supported
Hypervisor vendor: pHyp
Virtualization type: para
L1d cache: 32K
L1i cache: 48K
L2 cache: 1024K
L3 cache: 4096K
NUMA node0 CPU(s): 0-95
NUMA node1 CPU(s): 96-191
NUMA node2 CPU(s): 192-287
NUMA node3 CPU(s): 288-383
Versions of relevant libraries:
[pip3] numpy==1.26.4
[pip3] optree==0.11.0
[pip3] torch==2.4.0a0+git6c503f1
[conda] nomkl 3.0 0 rocketce
[conda] numpy 1.26.4 py311hbc68021_0 conda-forge
[conda] optree 0.11.0 pypi_0 pypi
[conda] torch 2.4.0a0+git6c503f1 pypi_0 pypi
cc @ezyang @gchanan @zou3519 @kadeng @msaroufim @malfet @seemethere