From 7923732ad8ca46e30d53000f150a33de8fde75fa Mon Sep 17 00:00:00 2001 From: Shaoyu Yang <100203773+shaoyuyoung@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:44:28 +0800 Subject: [PATCH] fix: rm `use_cuda` param --- recipes_source/recipes/profiler_recipe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes_source/recipes/profiler_recipe.py b/recipes_source/recipes/profiler_recipe.py index 47d9f86d8a8..f35172159b8 100644 --- a/recipes_source/recipes/profiler_recipe.py +++ b/recipes_source/recipes/profiler_recipe.py @@ -73,7 +73,6 @@ # - ``record_shapes`` - whether to record shapes of the operator inputs; # - ``profile_memory`` - whether to report amount of memory consumed by # model's Tensors; -# - ``use_cuda`` - whether to measure execution time of CUDA kernels. # # Note: when using CUDA, profiler also shows the runtime CUDA events # occurring on the host.