cuda::experimental::stf::place_partition_scope_to_string#

inline ::std::string cuda::experimental::stf::place_partition_scope_to_string(
place_partition_scope scope
)#

Convert a place_partition_scope value to a string (for debugging purpose)

Parameters:

scope – The partitioning granularity to convert

Returns:

A string representation of scope (e.g. “cuda_device”, “green_context”, “cuda_stream”)