cuda_runtime.hをインクルードするように修正
[cuda.git] / libutils / DeviceMemory.cuh
index 803b75a..976c0a3 100644 (file)
@@ -21,6 +21,7 @@
 #include <stdexcept>
 #include <type_traits>
 #include <cuda.h>
+#include <cuda_runtime.h>
 
 #include "MDView.cuh"