Merge pull request #15916 from wopeizl/win/fixevent1

fix build issue for cudaEvent_t
revert-15774-anakin_subgraph_engine
wopeizl 7 years ago committed by GitHub
commit 2192c46436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,9 @@ limitations under the License. */
#pragma once #pragma once
#include <string> #include <string>
#ifdef PADDLE_WITH_CUDA
#include <cuda_runtime.h>
#endif
namespace paddle { namespace paddle {
namespace platform { namespace platform {

Loading…
Cancel
Save