You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed `cuda::profiling::detail_::create_arguments()` to take the description first, then the color
* Now specifying `detail_::` before the calls to `create_arguments()`
* Added invocations of `cuda::profiling::mark::range_start()` and `cuda::profiling::mark::range_end()` to the `vectorAdd_profiled` example program
* Changed `cuda::profiling::detail_::create_arguments()` to take the description first, then the color
* Now specifying `detail_::` before the calls to `create_arguments()`
* Added invocations of `cuda::profiling::mark::range_start()` and `cuda::profiling::mark::range_end()` to the `vectorAdd_profiled` example program
* Changed `cuda::profiling::detail_::create_arguments()` to take the description first, then the color
* Now specifying `detail_::` before the calls to `create_arguments()`
* Added invocations of `cuda::profiling::mark::range_start()` and `cuda::profiling::mark::range_end()` to the `vectorAdd_profiled` example program
The functions
cuda::profiling::mark::range_start()
andcuda::profiling::mark::range_end()
callcreate_attributions(description, color)
, while:detail_
sub-namespace.The text was updated successfully, but these errors were encountered: