Skip to content

Commit

Permalink
Add a missing header in cuda_device_api.cc (apache#3621)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored and wweic committed Aug 9, 2019
1 parent 7dc9c7e commit 2523b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/cuda/cuda_device_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <tvm/runtime/registry.h>
#include <cuda.h>
#include <cuda_runtime.h>
#include <cstring>
#include "cuda_common.h"

namespace tvm {
Expand Down

0 comments on commit 2523b69

Please sign in to comment.