@ -16,12 +16,6 @@ limitations under the License. */
#include <math.h>
#include <string>
#ifdef _WIN32
#undef __AVX__
#undef __AVX__2
#endif
#include "paddle/fluid/platform/enforce.h"
#include "paddle/fluid/platform/hostdevice.h"
@ -14,6 +14,11 @@ limitations under the License. */
#pragma once
#undef __AVX2__
#include <stddef.h>
namespace paddle {
#ifdef __GNUC__
#include <cxxabi.h> // for __cxa_demangle
#endif // __GNUC__