Added test case for cuda_kernel and cuda_device callee types in callee_type filter (#263)
This commit is contained in:
@@ -312,6 +312,10 @@ template <> struct convert<callee_type> {
|
||||
rhs = callee_type::method;
|
||||
else if (val == to_string(callee_type::lambda))
|
||||
rhs = callee_type::lambda;
|
||||
else if (val == to_string(callee_type::cuda_kernel))
|
||||
rhs = callee_type::cuda_kernel;
|
||||
else if (val == to_string(callee_type::cuda_device))
|
||||
rhs = callee_type::cuda_device;
|
||||
else
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user