Skip to content

Commit 443d023

Browse files
hcho3kevinthesun
authored andcommitted
Add a missing header in cuda_device_api.cc (#3621)
1 parent dedcf82 commit 443d023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/cuda/cuda_device_api.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <tvm/runtime/registry.h>
2929
#include <cuda.h>
3030
#include <cuda_runtime.h>
31+
#include <cstring>
3132
#include "cuda_common.h"
3233

3334
namespace tvm {

0 commit comments

Comments
 (0)