Skip to content

Commit e91547a

Browse files
committed
remove unnecessary term XPUs from profiler
1 parent 06f9c4b commit e91547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/profiler_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
# Note the occurrence of ``aten::convolution`` twice with different input shapes.
162162

163163
######################################################################
164-
# Profiler can also be used to analyze performance of models executed on GPUs and XPUs:
164+
# Profiler can also be used to analyze performance of models executed on GPUs:
165165
# Users could switch between cpu, cuda and xpu
166166
if torch.cuda.is_available():
167167
device = 'cuda'

0 commit comments

Comments
 (0)