We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e43bc commit dce3577Copy full SHA for dce3577
aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h
@@ -14,8 +14,9 @@
14
#include <ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h>
15
#include <ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h>
16
17
-#include <ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h>
18
#include <ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h>
+#include <ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h>
19
+//#include <ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h>
20
21
#include <ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h>
22
0 commit comments