提交 5e46c983 编写于 作者: P peizhilin

add the jit support, test=develop

上级 c75dc885
...@@ -16,12 +16,6 @@ limitations under the License. */ ...@@ -16,12 +16,6 @@ limitations under the License. */
#include <math.h> #include <math.h>
#include <string> #include <string>
#ifdef _WIN32
#undef __AVX__
#undef __AVX__2
#endif
#include "paddle/fluid/platform/enforce.h" #include "paddle/fluid/platform/enforce.h"
#include "paddle/fluid/platform/hostdevice.h" #include "paddle/fluid/platform/hostdevice.h"
......
...@@ -14,6 +14,11 @@ limitations under the License. */ ...@@ -14,6 +14,11 @@ limitations under the License. */
#pragma once #pragma once
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#include <stddef.h> #include <stddef.h>
namespace paddle { namespace paddle {
......
...@@ -14,6 +14,11 @@ limitations under the License. */ ...@@ -14,6 +14,11 @@ limitations under the License. */
#pragma once #pragma once
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#ifdef __GNUC__ #ifdef __GNUC__
#include <cxxabi.h> // for __cxa_demangle #include <cxxabi.h> // for __cxa_demangle
#endif // __GNUC__ #endif // __GNUC__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册