We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f9c4b commit e91547aCopy full SHA for e91547a
recipes_source/recipes/profiler_recipe.py
@@ -161,7 +161,7 @@
161
# Note the occurrence of ``aten::convolution`` twice with different input shapes.
162
163
######################################################################
164
-# Profiler can also be used to analyze performance of models executed on GPUs and XPUs:
+# Profiler can also be used to analyze performance of models executed on GPUs:
165
# Users could switch between cpu, cuda and xpu
166
if torch.cuda.is_available():
167
device = 'cuda'
0 commit comments