Merge pull request #15916 from wopeizl/win/fixevent1

fix build issue for cudaEvent_t
revert-15774-anakin_subgraph_engine
wopeizl 6 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
#include <string>
#ifdef PADDLE_WITH_CUDA
#include <cuda_runtime.h>
#endif
namespace paddle {
namespace platform {

Loading…
Cancel
Save