Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0df4872

Browse files
authoredJan 28, 2025··
Update profiler_recipe.py
1 parent 8796dae commit 0df4872

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎recipes_source/recipes/profiler_recipe.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -218,23 +218,23 @@
218218
######################################################################
219219
# The resulting table output (omitting some columns):
220220
#
221-
#
222-
# ========================================================= ============ ============ ============ ============ ============
223-
# Name Self XPU Self XPU % XPU total XPU time avg # of Calls
224-
# ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
225-
# model_inference 0.000us 0.00% 2.567ms 2.567ms 1
226-
# aten::conv2d 0.000us 0.00% 1.871ms 93.560us 20
227-
# aten::convolution 0.000us 0.00% 1.871ms 93.560us 20
228-
# aten::_convolution 0.000us 0.00% 1.871ms 93.560us 20
229-
# aten::convolution_overrideable 1.871ms 72.89% 1.871ms 93.560us 20
230-
# gen_conv 1.484ms 57.82% 1.484ms 74.216us 20
231-
# aten::batch_norm 0.000us 0.00% 432.640us 21.632us 20
232-
# aten::_batch_norm_impl_index 0.000us 0.00% 432.640us 21.632us 20
233-
# aten::native_batch_norm 432.640us 16.85% 432.640us 21.632us 20
234-
# conv_reorder 386.880us 15.07% 386.880us 6.448us 60
235-
# ========================================================= ============ ============ ============ ============ ============
236-
# Self CPU time total: 712.486ms
237-
# Self XPU time total: 2.567ms
221+
# =========================================================== ============ ============ ============ ============ ============
222+
# Name Self XPU Self XPU % XPU total XPU time avg # of Calls
223+
# =========================================================== ============ ============ ============ ============ ============
224+
# model_inference 0.000us 0.00% 2.567ms 2.567ms 1
225+
# aten::conv2d 0.000us 0.00% 1.871ms 93.560us 20
226+
# aten::convolution 0.000us 0.00% 1.871ms 93.560us 20
227+
# aten::_convolution 0.000us 0.00% 1.871ms 93.560us 20
228+
# aten::convolution_overrideable 1.871ms 72.89% 1.871ms 93.560us 20
229+
# gen_conv 1.484ms 57.82% 1.484ms 74.216us 20
230+
# aten::batch_norm 0.000us 0.00% 432.640us 21.632us 20
231+
# aten::_batch_norm_impl_index 0.000us 0.00% 432.640us 21.632us 20
232+
# aten::native_batch_norm 432.640us 16.85% 432.640us 21.632us 20
233+
# conv_reorder 386.880us 15.07% 386.880us 6.448us 60
234+
# ----------------------------------------------------------- ------------------------------------------------------ ------------
235+
# Self CPU time total: 712.486ms
236+
# Self XPU time total: 2.567ms
237+
# =========================================================== ============ ============ ============ ============ ============
238238
#
239239

240240

0 commit comments

Comments
 (0)
Please sign in to comment.