Added test case for cuda_kernel and cuda_device callee types in callee_type filter (#263)
This commit is contained in:
@@ -78,7 +78,9 @@ enum class callee_type {
|
||||
method,
|
||||
function,
|
||||
function_template,
|
||||
lambda
|
||||
lambda,
|
||||
cuda_kernel,
|
||||
cuda_device
|
||||
};
|
||||
|
||||
std::string to_string(callee_type mt);
|
||||
|
||||
Reference in New Issue
Block a user