rollback test=develop

local_add_cudnn_lstm
peizhilin 7 years ago
parent b6d8920424
commit a1fa18542f

@ -118,12 +118,7 @@ void VXXJitCode::generate() {
ret();
}
#ifdef _WIN32
#define ALIGN32
#else
#define ALIGN32 __attribute__((aligned(32)))
#endif
#define EXP_HIG 88.3762626647949f
#define EXP_LOW -88.3762626647949f
#define CEPHES_LOG2EF 1.44269504088896341

@ -14,11 +14,6 @@ limitations under the License. */
#pragma once
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#include <stddef.h>
namespace paddle {

@ -14,11 +14,6 @@ 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