Skip to content

Commit 03bba58

Browse files
shaoyuyoungsvekars
authored andcommitted
fix: rm use_cuda param (#3002)
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 18eaf27 commit 03bba58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recipes_source/recipes/profiler_recipe.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
# - ``record_shapes`` - whether to record shapes of the operator inputs;
7474
# - ``profile_memory`` - whether to report amount of memory consumed by
7575
# model's Tensors;
76-
# - ``use_cuda`` - whether to measure execution time of CUDA kernels.
7776
#
7877
# Note: when using CUDA, profiler also shows the runtime CUDA events
7978
# occurring on the host.

0 commit comments

Comments
 (0)