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 cf0c585 commit 431c80aCopy full SHA for 431c80a
aten/src/ATen/cpu/vec256/vec256_double.h
@@ -2,8 +2,9 @@
2
3
#include "intrinsics.h"
4
#include "vec256_base.h"
5
+#ifdef __AVX__
6
#include <sleef.h>
-#include <iostream>
7
+#endif
8
9
namespace at {
10
namespace vec256 {
aten/src/ATen/cpu/vec256/vec256_float.h
@@ -2,7 +2,9 @@
0 commit comments