Skip to content
Snippets Groups Projects
Commit efd6339f authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Minor Fix for CUDA compilation with SE_CLASS2

parent d46372d3
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ typedef unsigned char * byte_ptr; ...@@ -28,6 +28,7 @@ typedef unsigned char * byte_ptr;
#include "util/se_util.hpp" #include "util/se_util.hpp"
#include "ptr_info.hpp" #include "ptr_info.hpp"
#include <string>
#define MEM_ERROR 1300lu #define MEM_ERROR 1300lu
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#include "cuda_macro.h" #include "cuda_macro.h"
#include <cstring> #include <cstring>
#define CUDA_EVENT 0x1201
/*! \brief Allocate a chunk of memory /*! \brief Allocate a chunk of memory
* *
* Allocate a chunk of memory * Allocate a chunk of memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment