Commit 6d55a91b authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Fallback change on BaseArgument

parent 1dc80ab4
......@@ -18,7 +18,7 @@ struct BaseArgument
BaseArgument(const BaseArgument&) = default;
BaseArgument& operator=(const BaseArgument&) = default;
__host__ __device__ virtual ~BaseArgument() {}
virtual ~BaseArgument() {}
void* p_workspace_ = nullptr;
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment