Skip to content
Snippets Groups Projects
Commit ea6285cd authored by 数学の武士's avatar 数学の武士
Browse files

Remove unneseccary commnets

parent 4bc91d97
No related branches found
No related tags found
No related merge requests found
......@@ -65,11 +65,6 @@ public:
template<buf_choose_policy choose_type = buf_choose_policy::naiv>
class memory_pipe: public memory_pipe_base
{
// private:
// #ifdef INCLUDE_CUDA
// using memory_pipe_base::gpu_buff;
// #endif
// using memory_pipe_base::cpu_buff;
public:
memory_pipe(/* args */) : memory_pipe_base() {}
~memory_pipe() = default;
......@@ -81,11 +76,6 @@ public:
template<>
class memory_pipe<buf_choose_policy::sorted_vec>: public memory_pipe_base
{
// private:
// #ifdef INCLUDE_CUDA
// using memory_pipe_base::gpu_buff;
// #endif
// using memory_pipe_base::cpu_buff;
public:
memory_pipe(/* args */) : memory_pipe_base() {}
~memory_pipe() = default;
......@@ -97,11 +87,6 @@ public:
template<>
class memory_pipe<buf_choose_policy::find_best_unsorted>: public memory_pipe_base
{
// private:
// #ifdef INCLUDE_CUDA
// using memory_pipe_base::gpu_buff;
// #endif
// using memory_pipe_base::cpu_buff;
public:
memory_pipe(/* args */) : memory_pipe_base() {}
~memory_pipe() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment