Skip to content

Commit dce3577

Browse files
fixed vector error
1 parent 49e43bc commit dce3577

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
#include <ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h>
1515
#include <ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h>
1616

17-
#include <ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h>
1817
#include <ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h>
18+
#include <ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h>
19+
//#include <ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h>
1920

2021
#include <ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h>
2122

0 commit comments

Comments
 (0)