add the jit support, test=develop

local_add_cudnn_lstm
peizhilin 6 years ago
parent c75dc885b5
commit 5e46c98362

@ -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
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#include <stddef.h>
namespace paddle {

@ -14,6 +14,11 @@ limitations under the License. */
#pragma once
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#ifdef __GNUC__
#include <cxxabi.h> // for __cxa_demangle
#endif // __GNUC__

Loading…
Cancel
Save