Skip to content

Commit 1e28ba7

Browse files
committed
follow comments
1 parent ac266df commit 1e28ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/cuda/include/hl_base.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ typedef struct {
206206

207207
#ifdef __NVCC__
208208

209-
#include "./cuda_runtime.h"
210-
#include "./hl_cuda.h"
209+
#include <cuda_runtime.h>
210+
#include "paddle/cuda/include/hl_cuda.h"
211211
#include "paddle/utils/Logging.h"
212212

213213
extern __thread bool g_sync_flag;

0 commit comments

Comments
 (0)